Skip to content

Commit 572fd31

Browse files
committed
Undo pydantic upgrade
1 parent d3a35e3 commit 572fd31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"google-api-core>=1.26.0",
1515
"opentelemetry-api>=1.33.0",
1616
"opentelemetry-sdk>=1.33.0",
17-
"pydantic>=2.11.7",
17+
"pydantic>=2.11.3",
1818
"sse-starlette",
1919
"starlette",
2020
"grpcio>=1.60",
@@ -44,10 +44,10 @@ sql = ["sqlalchemy[asyncio,postgresql-asyncpg,aiomysql,aiosqlite]>=2.0.0"]
4444
encryption = ["cryptography>=43.0.0"]
4545

4646
[project.urls]
47-
homepage = "https://a2a-protocol.org/"
47+
homepage = "https://a2aproject.github.io/A2A/"
4848
repository = "https://github.com/a2aproject/a2a-python"
4949
changelog = "https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md"
50-
documentation = "https://a2a-protocol.org/latest/sdk/python/"
50+
documentation = "https://a2aproject.github.io/A2A/sdk/python/"
5151

5252
[tool.hatch.build.targets.wheel]
5353
packages = ["src/a2a"]

0 commit comments

Comments
 (0)