Skip to content

Commit f6b5b33

Browse files
committed
build: add lib prometheus-fastapi-instrumentator.
1 parent f2e61f2 commit f6b5b33

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies = [
1111
"click>=8.2.1",
1212
"dishka>=1.6.0",
1313
"psycopg[binary,pool]>=3.3.2",
14-
"sqlalchemy>=2.0.43",
1514
"structlog>=25.4.0",
1615
"uuid6>=2025.0.1",
1716
]
@@ -28,7 +27,9 @@ web = [
2827
"alembic>=1.16.5",
2928
"bcrypt>=4.3.0",
3029
"fastapi>=0.116.1",
30+
"prometheus-fastapi-instrumentator>=7.1.0",
3131
"python-multipart>=0.0.20",
32+
"sqlalchemy>=2.0.43",
3233
"uvicorn>=0.35.0",
3334
]
3435
worker = [

uv.lock

Lines changed: 26 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)