diff --git a/NEWS.rst b/NEWS.rst index de2f4eeb150613d6b1bd5017324d5da2179aabda_TkVXUy5yc3Q=..7384c6e3eda3272832f7f0aa210f43154b442ca7_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -7,6 +7,8 @@ docker_dev_start: Set the VERSION and SENTRY_RELEASE environment variable. Useful when there is a module displaying their value. +odoorpc merged a fix for the python 3.10 compatibility, so update the requirements accordingly. + 16.5.1 ------ diff --git a/pyproject.toml b/pyproject.toml index de2f4eeb150613d6b1bd5017324d5da2179aabda_cHlwcm9qZWN0LnRvbWw=..7384c6e3eda3272832f7f0aa210f43154b442ca7_cHlwcm9qZWN0LnRvbWw= 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ deps = coverage[toml] pytest - py310: git+https://github.com/xcgd/odoorpc@fix-oca-issue-66#egg=odoorpc + py310: git+https://github.com/oca/odoorpc@master#egg=odoorpc commands = coverage run -m pytest --junitxml=report.{envname}.xml {posargs} [testenv:coverage-report] diff --git a/requirements b/requirements index de2f4eeb150613d6b1bd5017324d5da2179aabda_cmVxdWlyZW1lbnRz..7384c6e3eda3272832f7f0aa210f43154b442ca7_cmVxdWlyZW1lbnRz 100644 --- a/requirements +++ b/requirements @@ -1,5 +1,5 @@ # This includes the requirements for all extras -git+https://github.com/xcgd/odoorpc@fix-oca-issue-66#egg=odoorpc +git+https://github.com/oca/odoorpc@master#egg=odoorpc requests_toolbelt==0.8.0 python-dateutil>=2.7.0 PyYAML