|
8 | 8 | requires-python = ">=3.10" |
9 | 9 | keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent"] |
10 | 10 | dependencies = [ |
11 | | - "fastapi>=0.115.12", |
12 | | - "httpx>=0.28.1", |
13 | | - "httpx-sse>=0.4.0", |
14 | | - "google-api-core>=1.26.0", |
15 | | - "opentelemetry-api>=1.33.0", |
16 | | - "opentelemetry-sdk>=1.33.0", |
17 | | - "pydantic>=2.11.3", |
18 | | - "sse-starlette>=2.3.3", |
19 | | - "starlette>=0.46.2", |
20 | | - "grpcio>=1.60", |
21 | | - "grpcio-tools>=1.60", |
22 | | - "grpcio_reflection>=1.7.0", |
23 | | - "protobuf==6.31.1", |
| 11 | + "fastapi>=0.115.2", |
| 12 | + "httpx>=0.28.1", |
| 13 | + "httpx-sse>=0.4.0", |
| 14 | + "google-api-core>=1.26.0", |
| 15 | + "opentelemetry-api>=1.33.0", |
| 16 | + "opentelemetry-sdk>=1.33.0", |
| 17 | + "pydantic>=2.11.3", |
| 18 | + "sse-starlette", |
| 19 | + "starlette", |
| 20 | + "grpcio>=1.60", |
| 21 | + "grpcio-tools>=1.60", |
| 22 | + "grpcio_reflection>=1.7.0", |
| 23 | + "protobuf==5.29.5", |
24 | 24 | ] |
25 | 25 |
|
26 | 26 | classifiers = [ |
@@ -60,24 +60,25 @@ build-backend = "hatchling.build" |
60 | 60 | source = "uv-dynamic-versioning" |
61 | 61 |
|
62 | 62 | [tool.hatch.build.targets.sdist] |
63 | | -exclude = [ |
64 | | - "tests/", |
65 | | -] |
| 63 | +exclude = ["tests/"] |
66 | 64 |
|
67 | 65 | [tool.uv-dynamic-versioning] |
68 | 66 | vcs = "git" |
69 | 67 | style = "pep440" |
70 | 68 |
|
71 | 69 | [dependency-groups] |
72 | 70 | dev = [ |
73 | | - "datamodel-code-generator>=0.30.0", |
74 | | - "mypy>=1.15.0", |
75 | | - "pytest>=8.3.5", |
76 | | - "pytest-asyncio>=0.26.0", |
77 | | - "pytest-cov>=6.1.1", |
78 | | - "pytest-mock>=3.14.0", |
79 | | - "ruff>=0.11.6", |
80 | | - "uv-dynamic-versioning>=0.8.2", |
| 71 | + "datamodel-code-generator>=0.30.0", |
| 72 | + "mypy>=1.15.0", |
| 73 | + "pytest>=8.3.5", |
| 74 | + "pytest-asyncio>=0.26.0", |
| 75 | + "pytest-cov>=6.1.1", |
| 76 | + "pytest-mock>=3.14.0", |
| 77 | + "respx>=0.20.2", |
| 78 | + "ruff>=0.11.6", |
| 79 | + "uv-dynamic-versioning>=0.8.2", |
| 80 | + "types-protobuf", |
| 81 | + "types-requests", |
81 | 82 | ] |
82 | 83 |
|
83 | 84 | [[tool.uv.index]] |
|
0 commit comments