Skip to content

chore(python-sdk): loosen python kubernetes to 35 version requirement #13390

@Ru13en

Description

@Ru13en

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 👍.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions