File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11aiohttp
22app-common-python
3+ asgi-correlation-id
4+ ddtrace
35faker
46fastapi[standard]
57graphviz
@@ -20,3 +22,4 @@ requests
2022ruff
2123sentry-sdk
2224sqlalchemy
25+ structlog
Original file line number Diff line number Diff line change @@ -5,18 +5,22 @@ annotated-doc==0.0.3
55annotated-types == 0.7.0
66anyio == 4.11.0
77app-common-python == 0.2.9
8+ asgi-correlation-id == 4.3.4
89attrs == 25.4.0
10+ bytecode == 0.17.0
911certifi == 2025.10.5
1012cfgv == 3.4.0
1113charset-normalizer == 3.4.4
1214click == 8.3.0
1315coverage == 7.11.0
16+ ddtrace == 3.17.2
1417distlib == 0.4.0
1518dnspython == 2.8.0
1619email-validator == 2.3.0
20+ envier == 0.6.1
1721execnet == 2.1.1
1822Faker == 37.12.0
19- fastapi == 0.120.2
23+ fastapi == 0.120.4
2024fastapi-cli == 0.0.14
2125fastapi-cloud-cli == 0.3.1
2226filelock == 3.20.0
@@ -29,20 +33,23 @@ httptools==0.7.1
2933httpx == 0.28.1
3034identify == 2.6.15
3135idna == 3.11
36+ importlib_metadata == 8.7.0
3237iniconfig == 2.3.0
3338Jinja2 == 3.1.6
3439markdown-it-py == 4.0.0
3540MarkupSafe == 3.0.3
3641mdurl == 0.1.2
3742multidict == 6.7.0
3843nodeenv == 1.9.1
44+ opentelemetry-api == 1.38.0
3945packaging == 25.0
4046platformdirs == 4.5.0
4147pluggy == 1.6.0
4248pre_commit == 4.3.0
4349prometheus-fastapi-instrumentator == 7.1.0
4450prometheus_client == 0.23.1
4551propcache == 0.4.1
52+ protobuf == 6.33.0
4653psycopg == 3.2.12
4754pydantic == 2.12.3
4855pydantic-settings == 2.11.0
@@ -61,12 +68,13 @@ requests==2.32.5
6168rich == 14.2.0
6269rich-toolkit == 0.15.1
6370rignore == 0.7.2
64- ruff == 0.14.2
71+ ruff == 0.14.3
6572sentry-sdk == 2.43.0
6673shellingham == 1.5.4
6774sniffio == 1.3.1
6875SQLAlchemy == 2.0.44
6976starlette == 0.49.1
77+ structlog == 25.5.0
7078typer == 0.20.0
7179typing-inspection == 0.4.2
7280typing_extensions == 4.15.0
@@ -77,4 +85,6 @@ uvloop==0.22.1
7785virtualenv == 20.35.4
7886watchfiles == 1.1.1
7987websockets == 15.0.1
88+ wrapt == 1.17.3
8089yarl == 1.22.0
90+ zipp == 3.23.0
You can’t perform that action at this time.
0 commit comments