Skip to content

Commit 19ba751

Browse files
authored
Merge pull request #599 from zancas/update_to_pin_icr
pin icr to 1.0.7
2 parents 5d4eab2 + 84f3095 commit 19ba751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author_email='f5_common_python@f5.com',
3131
url='https://github.com/F5Networks/f5-common-python',
3232
keywords=['F5', 'sdk', 'api', 'icontrol', 'bigip', 'api', 'ltm'],
33-
install_requires=['f5-icontrol-rest >= 1.0.7'],
33+
install_requires=['f5-icontrol-rest == 1.0.7'],
3434
packages=find_packages(
3535
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
3636
),

0 commit comments

Comments
 (0)