Skip to content

Commit

Permalink
Unpin strict versions of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Dec 12, 2024
1 parent 6da165b commit c8759ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pypgstac/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"cachetools==5.3.*",
"cachetools>=5.3,<6",
"fire==0.4.*",
"hydraters==0.1.*",
"orjson>=3.6.2",
"plpygis==0.2.*",
"pydantic>=1.7",
"python-dateutil==2.8.*",
"smart-open>=4.2",
"tenacity==8.1.*",
"tenacity>=8,<9",
"version-parser>= 1.0.1",
]

Expand Down

0 comments on commit c8759ec

Please sign in to comment.