diff --git a/11.0.Dockerfile b/11.0.Dockerfile index f4818124..b239f2e7 100644 --- a/11.0.Dockerfile +++ b/11.0.Dockerfile @@ -83,7 +83,7 @@ RUN pip install \ # Install fix from https://github.com/acsone/click-odoo-contrib/pull/93 git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \ git-aggregator \ - "pg_activity<=2.0.3" \ + "pg_activity<2.0.0" \ plumbum \ ptvsd \ debugpy \ diff --git a/12.0.Dockerfile b/12.0.Dockerfile index 2652d0ea..8738cb69 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -78,7 +78,7 @@ RUN pip install \ # Install fix from https://github.com/acsone/click-odoo-contrib/pull/93 git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \ git-aggregator \ - "pg_activity<=2.0.3" \ + "pg_activity<2.0.0" \ plumbum \ ptvsd \ debugpy \ diff --git a/13.0.Dockerfile b/13.0.Dockerfile index 50813e52..8594d84c 100644 --- a/13.0.Dockerfile +++ b/13.0.Dockerfile @@ -132,7 +132,7 @@ RUN build_deps=" \ git-aggregator \ # Install fix from https://github.com/acsone/click-odoo-contrib/pull/93 git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \ - "pg_activity<=2.0.3" \ + "pg_activity<2.0.0" \ phonenumbers \ plumbum \ ptvsd \