Relax the Python SDK dependency requirement for the kubernetes package to allow version 35.x.
The current dependency constraints prevent usage with newer supported Kubernetes Python client versions. Kubernetes client versions aligned with Kubernetes 1.31 and 1.32 are now EOL, while Kubernetes 1.35 is the current supported release and 1.36 is already GA.
Updating the dependency range would help users:
Stay aligned with currently supported Kubernetes versions
Avoid dependency conflicts in modern Kubernetes environments
Use newer Kubernetes client fixes and improvements
Suggested work:
Update Python SDK dependency constraints to support kubernetes>=35
Validate compatibility with Kubernetes Python client v35/v36
Update CI and test matrices if needed
Document any compatibility considerations
Labels
/area sdk
Love this idea? Give it a 👍.
Relax the Python SDK dependency requirement for the kubernetes package to allow version 35.x.
The current dependency constraints prevent usage with newer supported Kubernetes Python client versions. Kubernetes client versions aligned with Kubernetes 1.31 and 1.32 are now EOL, while Kubernetes 1.35 is the current supported release and 1.36 is already GA.
Updating the dependency range would help users:
Stay aligned with currently supported Kubernetes versions
Avoid dependency conflicts in modern Kubernetes environments
Use newer Kubernetes client fixes and improvements
Suggested work:
Update Python SDK dependency constraints to support kubernetes>=35
Validate compatibility with Kubernetes Python client v35/v36
Update CI and test matrices if needed
Document any compatibility considerations
Labels
/area sdk
Love this idea? Give it a 👍.