We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad240bd commit b5b8f95Copy full SHA for b5b8f95
py_eureka_client/__init__.py
@@ -22,7 +22,7 @@
22
SOFTWARE.
23
"""
24
25
-version = "0.11.8"
+version = "0.11.9"
26
27
28
Status of instances
pyproject.toml
@@ -22,8 +22,8 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
- "ifaddr>=0.1.7",
- "dnspython>=2.2.0"
+ "ifaddr>=0.2.0",
+ "dnspython>=2.4.2"
29
[tool.setuptools]
requirements.txt
@@ -1,2 +1,2 @@
1
-ifaddr>=0.1.7
2
-dnspython>=2.2.0
+ifaddr>=0.2.0
+dnspython>=2.4.2
0 commit comments