Skip to content

Commit

Permalink
deps: relax more (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Feb 21, 2025
1 parent e2842fc commit eaa9c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypgstac/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dev = [
"ruff==0.8.2",
"pre-commit",
]
psycopg = ["psycopg[binary]==3.1.*", "psycopg-pool==3.1.*"]
psycopg = ["psycopg[binary]>=3.1.0", "psycopg-pool>=3.1.0"]
migrations = ["psycopg2-binary", "migra"]


Expand Down

0 comments on commit eaa9c30

Please sign in to comment.