We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3f5f8 commit f75ea8fCopy full SHA for f75ea8f
1 file changed
setup.py
@@ -30,7 +30,7 @@
30
author_email='f5_common_python@f5.com',
31
url='https://github.com/F5Networks/f5-common-python',
32
keywords=['F5', 'sdk', 'api', 'icontrol', 'bigip', 'api', 'ltm'],
33
- install_requires=['f5-icontrol-rest == 1.0.7'],
+ install_requires=['f5-icontrol-rest == 1.0.9'],
34
packages=find_packages(
35
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
36
),
0 commit comments