Skip to content

Commit 8a0b709

Browse files
author
Zhengxi Zhou
committed
chore(deps): add anyio dependency to pyproject.toml
This commit adds the `anyio` library as a dependency with a minimum version of 4.9.0. The addition is necessary to ensure compatibility with asynchronous operations in the project, which rely on `anyio` for managing asynchronous tasks and concurrency. Fix google#243
1 parent 70471d0 commit 8a0b709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: samples/python/agents/google_adk/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"a2a-samples",
9+
"anyio>=4.9.0",
910
"click>=8.1.8",
1011
"google-adk>=0.0.3",
1112
"google-genai>=1.9.0",

0 commit comments

Comments
 (0)