Skip to content
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

make dateutil mandatory for api client #1084

Closed

Conversation

juliantaylor
Copy link
Contributor

Avoids differing incompatible return types depending on what modules are
installed at runtime.
This is backward incompatible though likely the less breaking variation
as most environments should have dateutils installed due to the
requirements.txt.

Closes gh-1081

Avoids differing incompatible return types depending on what modules are
installed at runtime.
This is backward incompatible though likely the less breaking variation
as most environments should have dateutils installed due to the
requirements.txt.

Closes kubernetes-clientgh-1081
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 19, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: juliantaylor
To complete the pull request process, please assign yliaog
You can assign the PR to them by writing /assign @yliaog in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 19, 2020
@@ -18,6 +18,7 @@
import os
import re
import tempfile
import dateutil.parser
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is auto-generated by openapi-generator. Therefore this change won't persist when we re-generate the client.

This change has been made upstream OpenAPITools/openapi-generator#4316 v4.2.1. The change will be picked up when we upgrade to use the newer version (currently we are at v3.3.4)

@roycaihw
Copy link
Member

roycaihw commented Mar 2, 2020

/close

#1088 will include the upstream generator upgrade (#1084 (comment))

@k8s-ci-robot
Copy link
Contributor

@roycaihw: Closed this PR.

In response to this:

/close

#1088 will include the upstream generator upgrade (#1084 (comment))

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

__deserialize_date return type dependent on runtime environment
3 participants