Skip to content

Commit a140e1e

Browse files
Henry Rodmanvincentsarago
andauthored
update pinned versions of several dependencies (#142)
* update pinned versions of several dependencies * open smart-open requirement Co-authored-by: vincentsarago <[email protected]>
1 parent e4ba4ee commit a140e1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pypgstac/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
desc = f.read()
77

88
install_requires = [
9-
"smart-open==4.2.*",
9+
"smart-open>=4.2,<7.0",
1010
"orjson>=3.5.2",
1111
"python-dateutil==2.8.*",
1212
"fire==0.4.*",
1313
"plpygis==0.2.*",
14-
"pydantic[dotenv]==1.9.*",
15-
"tenacity==8.0.*",
14+
"pydantic[dotenv]==1.10.*",
15+
"tenacity==8.1.*",
1616
]
1717

1818
extra_reqs = {
@@ -25,7 +25,7 @@
2525
"pystac[validation]==1.*"
2626
],
2727
"psycopg": [
28-
"psycopg[binary]==3.0.*",
28+
"psycopg[binary]==3.1.*",
2929
"psycopg-pool==3.1.*",
3030
],
3131
}

0 commit comments

Comments
 (0)