diff --git a/setup.py b/setup.py index 400efc7..26dd1db 100644 --- a/setup.py +++ b/setup.py @@ -5,15 +5,15 @@ setup( name = 'syncthing', - version = '2.4.3', + version = '2.4.4', author = 'Blake VandeMerwe', author_email = 'blakev@null.net', description = 'Python bindings to the Syncthing REST interface, targeting v0.14.44', url = 'https://github.com/blakev/python-syncthing', license = 'The MIT License', install_requires = [ - 'python-dateutil>=2.8.1,<=2.8.2', - 'requests>=2.24.0,<=2.28.0' + 'python-dateutil>=2.8.1', + 'requests>=2.24.0' ], extras_require = { 'dev': [