# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1635233277 -7200 # Tue Oct 26 09:27:57 2021 +0200 # Node ID a78394a02c781636b5ce51bac85669c6c7ba97d3 # Parent 6263731bf0f9abac6022ca555b83fd4e81c3d28a 📠change odoorpc version The one from requirements include a fix for python 3.10 diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ History ======= +13.2.0 +------ + +Do not require odoorpc that works with python 3.10, just be aware that you need to use the one from requirements if you want python 3.10 compatibility. + 13.1.0 ------ diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ license="MIT", packages=find_packages(), install_requires=[ - "odoorpc>0.8.0", + "odoorpc>=0.8.0", "requests_toolbelt==0.8.0", "python-dateutil>=2.7.0", "coloredlogs",