Skip to content

Commit a9a42c2

Browse files
authored
Add new requirements for logging (#8)
1 parent af845f9 commit a9a42c2

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
aiohttp
22
app-common-python
3+
asgi-correlation-id
4+
ddtrace
35
faker
46
fastapi[standard]
57
graphviz
@@ -20,3 +22,4 @@ requests
2022
ruff
2123
sentry-sdk
2224
sqlalchemy
25+
structlog

requirements.txt

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

0 commit comments

Comments
 (0)