Skip to content

Commit

Permalink
Modify psycopg2 with version 2.9.10
Browse files Browse the repository at this point in the history
Python 3.13 requires psycopg2 version 2.9.10:
https://www.psycopg.org/docs/news.html#what-s-new-in-psycopg-2-9-10
  • Loading branch information
rhatgadkar-goog committed Oct 30, 2024
1 parent 4875a61 commit 47621bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncpg==0.30.0
mock==5.1.0
pg8000==1.31.2
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
pytest==8.3.3
pytest-asyncio==0.24.0
pytest-cov==5.0.0
Expand Down

0 comments on commit 47621bb

Please sign in to comment.