Skip to content

Commit

Permalink
Update dependencies and add new package
Browse files Browse the repository at this point in the history
- Bumped version of `boto3` to 1.37.*
- Updated `nh3` to use a wildcard version
- Upgraded `ddtrace` to 2.21.*
- Added new package `izulu` with version 0.5.4
  • Loading branch information
rcmerlo committed Feb 26, 2025
1 parent 6339adf commit a1f763f
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 392 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ alembic = "==1.14.*"
asyncpg = "==0.30.0"
azure-storage-blob = "==12.24.*"
bcrypt = "==4.2.1"
boto3 = "==1.36.*"
boto3 = "==1.37.*"
fastapi = "==0.115.*"
fastapi-mail = "==1.2.9"
firebase-admin = "==6.6.*"
httpx = "==0.28.*"
jinja2 = "==3.1.*"
more-itertools = "==10.6.0"
nh3 = "==0.2.20"
nh3 = "==0.2.*"
pydantic = { extras = ["email"], version = "==1.10.18" }
pyjwt = "==2.10.1"
pymongo = "==4.11.*"
Expand All @@ -34,7 +34,7 @@ taskiq-fastapi = "==0.3.*"
taskiq-redis = "==1.0.2"
typer = "==0.15.*"
uvicorn = { extras = ["standard"], version = "==0.34.*" }
ddtrace = "==2.20.*"
ddtrace = "==2.21.*"
bytecode = "==0.16.*"
structlog = "==25.1.*"
asgi-correlation-id = "==4.3.4"
Expand Down
Loading

0 comments on commit a1f763f

Please sign in to comment.