File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ keywords = [
2020]
2121requires-python = " >=3.14"
2222dependencies = [
23- " fastapi>=0.139.2 " ,
24- " uvicorn[standard]>=0.51 .0" ,
23+ " fastapi>=0.141.1 " ,
24+ " uvicorn[standard]>=0.52 .0" ,
2525 " aioboto3>=15.5.0" ,
2626 " boto3>=1.40.0" ,
2727 " botocore>=1.40.0" ,
@@ -39,7 +39,7 @@ dependencies = [
3939 # Memory monitoring
4040 " psutil>=7.2.0" ,
4141 # Prometheus metrics
42- " prometheus-client>=0.25 .0" ,
42+ " prometheus-client>=0.26 .0" ,
4343]
4444
4545[project .optional-dependencies ]
@@ -49,10 +49,10 @@ dev = [
4949 " pytest-cov>=7.1.0" ,
5050 " pytest-xdist>=3.8.0" ,
5151 " moto[s3]>=5.2.2" ,
52- " ruff>=0.15.22 " ,
52+ " ruff>=0.16.0 " ,
5353 " mypy>=2.3.0" ,
54- " boto3-stubs[s3]>=1.43.53 " ,
55- " fakeredis>=2.36.2 " ,
54+ " boto3-stubs[s3]>=1.43.58 " ,
55+ " fakeredis>=2.37.0 " ,
5656 " requests>=2.34.2" ,
5757]
5858
You can’t perform that action at this time.
0 commit comments