🔴 Required Information
Is your feature request related to a specific problem?
adk-python currently pins starlette to a specific version range "starlette>=0.49.1, <1.0.0"
Preventing end-users from updating to starlette 1.0
Describe the Solution You'd Like
Use starlette v1.0 in adk-python v2.0
Impact on your work
Updating to starlette v1.0 came up as an issue for my project (NVIDIA/NeMo-Agent-Toolkit#1882) which depends on adk-python.
Willingness to contribute
No
🟡 Recommended Information
Describe Alternatives You've Considered
adk-python is an optional dependency for NeMo Agent Toolkit, so in theory we could support both starlette < 1.0, and starlette 1.0.
Proposed API / Implementation
N/A
Additional Context
N/A
🔴 Required Information
Is your feature request related to a specific problem?
adk-pythoncurrently pins starlette to a specific version range "starlette>=0.49.1, <1.0.0"Preventing end-users from updating to starlette 1.0
Describe the Solution You'd Like
Use starlette v1.0 in adk-python v2.0
Impact on your work
Updating to starlette v1.0 came up as an issue for my project (NVIDIA/NeMo-Agent-Toolkit#1882) which depends on adk-python.
Willingness to contribute
No
🟡 Recommended Information
Describe Alternatives You've Considered
adk-python is an optional dependency for NeMo Agent Toolkit, so in theory we could support both starlette < 1.0, and starlette 1.0.
Proposed API / Implementation
N/A
Additional Context
N/A