Skip to content

Commit

Permalink
Reduce min version of psycopg (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
slundqui authored Oct 31, 2024
1 parent 7b3a8f4 commit ab9969b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"numpy>=2.1.0",
"pandas>=2.2.2",
"pandas-stubs>=2.2.2",
"psycopg[binary]>=3.2.1",
"psycopg[binary]>=3.1.19",
"pytest>=8.3.2",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
Expand Down

0 comments on commit ab9969b

Please sign in to comment.