File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ exclude = ["docs", "tests"]
6464
6565[project .optional-dependencies ]
6666server = [
67- " fastapi~=0.121.2 " ,
68- " starlette> =0.49.3,<0.51.0 " ,
67+ " fastapi~=0.121.3 " ,
68+ " starlette~ =0.49.3" ,
6969 " uvicorn~=0.38.0" ,
7070 " starlette-exporter~=0.23.0" ,
7171 " asgi-correlation-id~=4.3.4" ,
@@ -79,7 +79,7 @@ consumer = [
7979 " cramjam~=2.11.0" ,
8080]
8181http2kafka = [
82- " fastapi~=0.121.2 " ,
82+ " fastapi~=0.121.3 " ,
8383 " starlette~=0.49.3" ,
8484 " uvicorn~=0.38.0" ,
8585 " starlette-exporter~=0.23.0" ,
@@ -94,12 +94,12 @@ gssapi = [
9494 " gssapi~=1.10.0" ,
9595]
9696seed = [
97- " faker>=37.12,<39 .0"
97+ " faker~=38.2 .0"
9898]
9999
100100[dependency-groups ]
101101test =[
102- " pytest>=8.4.2,<9.1.0 " ,
102+ " pytest~=9.0.1 " ,
103103 " httpx~=0.28.1" ,
104104 " pytest-asyncio~=1.3.0" ,
105105 " pytest-randomly~=4.0.0" ,
You can’t perform that action at this time.
0 commit comments