Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Rename parameter async into async_req to support Python 3.7 #568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2018

Conversation

roycaihw
Copy link
Member

as Python 3.7 treats async as a reserved keyword. Add Action Required entry in CHANGELOG.

Also update README for v7 branch release.

/cc @yliaog

roycaihw added 2 commits July 11, 2018 14:28
as Python 3.7 treats async as a reserved keyword.
@k8s-ci-robot k8s-ci-robot requested a review from yliaog July 11, 2018 21:38
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jul 11, 2018
@yliaog
Copy link
Contributor

yliaog commented Jul 11, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 11, 2018
@yliaog yliaog merged commit cfc453a into kubernetes-client:master Jul 11, 2018
brendandburns pushed a commit to brendandburns/python that referenced this pull request Jul 23, 2018
Rename parameter async into async_req to support Python 3.7
ojarjur added a commit to ojarjur/tf-operator that referenced this pull request Aug 21, 2018
The Python Kubernetes client [recently changed](kubernetes-client/python#568) the name of the `async` keyword parameter in its API to `async_req`.

This change makes the corresponding change to our calls to that API, which is necessary for the tf-operator code to work against the latest version of the Kubernetes client code.
k8s-ci-robot pushed a commit to kubeflow/trainer that referenced this pull request Aug 23, 2018
* Rename the `async` keyword argument to `async_req`

The Python Kubernetes client [recently changed](kubernetes-client/python#568) the name of the `async` keyword parameter in its API to `async_req`.

This change makes the corresponding change to our calls to that API, which is necessary for the tf-operator code to work against the latest version of the Kubernetes client code.

* Update kubernetes requirement to >= 7.0.0

This also updates the outdated dependencies in the Pipfile.lock file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants