Skip to content

Commit

Permalink
pin fastapi only
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Oct 29, 2024
1 parent ed0d05b commit dd68720
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions stac_api/runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
long_description = f.read()

inst_reqs = [
"stac-fastapi-pgstac==2.5.0",
"fastapi==0.115.0",
"stac-fastapi.api~=2.4",
"stac-fastapi.types~=2.4",
"stac-fastapi.extensions~=2.4",
"stac-fastapi.pgstac~=2.4",
"jinja2>=2.11.2,<4.0.0",
"starlette-cramjam>=0.1.0.a0,<0.2",
"importlib_resources>=1.1.0;python_version<='3.9'", # https://github.com/cogeotiff/rio-tiler/pull/379
"pygeoif<=0.8", # newest release (1.0+ / 09-22-2022) breaks a number of other geo libs
"aws-lambda-powertools>=1.18.0",
"aws_xray_sdk>=2.6.0,<3",
"pystac[validation]==1.10.1",
"pydantic[dotenv]>1.10.8,<2",
]

extra_reqs = {
Expand Down

0 comments on commit dd68720

Please sign in to comment.