Skip to content

Commit cf84aaf

Browse files
committed
Updates to Python packages
* Bump boto3 version * Add moto dependency
1 parent 172e0b2 commit cf84aaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ dependencies = [
2121
"pydantic-settings<3.0.0,>=2.2.1",
2222
"sentry-sdk[fastapi]<2.0.0,>=1.40.6",
2323
"pyjwt<3.0.0,>=2.8.0",
24-
"boto3>1.37.14"
24+
"boto3>=1.37.20",
25+
"moto[s3]>=5.1.1",
2526
]
2627

2728
[tool.uv]

0 commit comments

Comments
 (0)