Skip to content

Commit c36baa7

Browse files
authored
Downgrade minimum version for netaddr (#376)
* Downgrade minimum version for netaddr There are some internal libraries that need some changes first.
1 parent c7347cd commit c36baa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adminapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Copyright (c) 2024 InnoGames GmbH
44
"""
55

6-
VERSION = (4, 16, 1)
6+
VERSION = (4, 16, 2)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
install_requires=[
6464
'paramiko~=2.10',
65-
'netaddr~=1.0',
65+
'netaddr~=0.8.0',
6666
],
6767
author='InnoGames System Administration',
6868
author_email='[email protected]',

0 commit comments

Comments
 (0)