Skip to content

Commit

Permalink
Update requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisanda committed Dec 14, 2024
1 parent 3457308 commit 4871cc3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
alembic~=1.12.1
alembic>=1.12.1
annotated-types==0.6.0
anyio==4.2.0
asyncpg==0.29.0
boto3~=1.34.34
botocore~=1.34.34
boto3>=1.34.34
botocore>=1.34.34
certifi==2024.7.4
click==8.1.7
colorama==0.4.6
dnspython>=2.6.1
email-validator==2.1.0.post1
fastapi~=0.109.2
fastapi>=0.109.2
greenlet==3.0.3
h11==0.14.0
httpcore==0.17.3
httpx~=0.24.1
httpx>=0.24.1
idna>=3.7
iniconfig==2.0.0
jmespath==1.0.1
Expand All @@ -27,18 +27,18 @@ pyasn1==0.5.1
pydantic~=2.5.3
pydantic-settings==2.1.0
pydantic_core==2.14.6
pytest~=7.4.4
pytest>=7.4.4
python-dateutil==2.8.2
python-dotenv~=1.0.0
python-dotenv>=1.0.0
python-jose==3.3.0
python-multipart>=0.0.18
python-ulid==2.2.0
rsa==4.9
s3transfer==0.10.0
six==1.16.0
sniffio==1.3.0
SQLAlchemy~=1.4.51
SQLAlchemy>=1.4.51
starlette>=0.40.0
typing_extensions==4.9.0
urllib3>=2.2.2
uvicorn==0.26.0
uvicorn==0.26.0

0 comments on commit 4871cc3

Please sign in to comment.