Skip to content

Commit

Permalink
Match fastapi requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Jul 25, 2024
1 parent 7b885f8 commit b106531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion common/auth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

inst_reqs = ["cryptography>=42.0.5", "pyjwt>=2.8.0", "fastapi>=0.111.1", "pydantic<2"]
inst_reqs = ["cryptography>=42.0.5", "pyjwt>=2.8.0", "fastapi<=0.108.0", "pydantic<2"]

setup(
name="veda_auth",
Expand Down
1 change: 0 additions & 1 deletion ingest_api/runtime/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ orjson>=3.6.8
psycopg[binary,pool]>=3.0.15
pydantic_ssm_settings>=0.2.0
pydantic>=1.10.12
pyjwt>=2.8.0
pypgstac==0.7.4
python-multipart==0.0.7
requests>=2.27.1
Expand Down

0 comments on commit b106531

Please sign in to comment.