Skip to content

Commit eaa9c30

Browse files
authored
deps: relax more (#353)
1 parent e2842fc commit eaa9c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pypgstac/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
"ruff==0.8.2",
4646
"pre-commit",
4747
]
48-
psycopg = ["psycopg[binary]==3.1.*", "psycopg-pool==3.1.*"]
48+
psycopg = ["psycopg[binary]>=3.1.0", "psycopg-pool>=3.1.0"]
4949
migrations = ["psycopg2-binary", "migra"]
5050

5151

0 commit comments

Comments
 (0)