Skip to content

Commit 4ab8460

Browse files
Telemetry-tracing with conflict resolution
1 parent fa70a64 commit 4ab8460

File tree

2 files changed

+60
-28
lines changed

2 files changed

+60
-28
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ requires-python = ">=3.13"
77
dependencies = [
88
"httpx>=0.28.1",
99
"httpx-sse>=0.4.0",
10-
"mypy>=1.15.0",
1110
"opentelemetry-api>=1.33.0",
1211
"opentelemetry-sdk>=1.33.0",
1312
"pydantic>=2.11.3",
1413
"sse-starlette>=2.3.3",
1514
"starlette>=0.46.2",
1615
"typing-extensions>=4.13.2",
17-
"uvicorn>=0.34.2",
1816
]
1917

2018
[tool.pytest.ini_options]
@@ -37,6 +35,7 @@ members = [
3735
[dependency-groups]
3836
dev = [
3937
"datamodel-code-generator>=0.30.0",
38+
"mypy>=1.15.0",
4039
"pytest>=8.3.5",
4140
"pytest-asyncio>=0.26.0",
4241
"pytest-cov>=6.1.1",

uv.lock

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

0 commit comments

Comments
 (0)