Skip to content

Commit

Permalink
Pin pg_activity version to avoid psycopg2 problems (Tecnativa#422)
Browse files Browse the repository at this point in the history
Follow up of 0228386

(cherry picked from commit ce4966c)
  • Loading branch information
joao-p-marques authored and IJOL committed Sep 25, 2023
1 parent 4e51f39 commit e829c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 12.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 13.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e829c47

Please sign in to comment.