File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99line-length = 80 # Google Style Guide §3.2: 80 columns
1010indent-width = 4 # Google Style Guide §3.4: 4 spaces
1111
12- target-version = " py310 " # Minimum Python version
12+ target-version = " py313 " # Minimum Python version
1313
1414[lint ]
1515ignore = [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This agent helps plan birthday parties. It has access to a Calendar Agent that i
66
77## Prerequisites
88
9- - Python 3.9 or higher
9+ - Python 3.13 or higher
1010- [ UV] ( https://docs.astral.sh/uv/ )
1111- A Gemini API Key
1212
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This example shows how to create an A2A Server that uses an ADK-based Agent that
44
55## Prerequisites
66
7- - Python 3.9 or higher
7+ - Python 3.13 or higher
88- [ UV] ( https://docs.astral.sh/uv/ )
99- A Gemini API Key
1010- A [ Google OAuth Client] ( https://developers.google.com/identity/openid-connect/openid-connect#getcredentials )
You can’t perform that action at this time.
0 commit comments