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

Relax PyYaml dependency #1768

Merged
merged 3 commits into from
Oct 15, 2021
Merged

Relax PyYaml dependency #1768

merged 3 commits into from
Oct 15, 2021

Conversation

viveklak
Copy link
Contributor

@viveklak viveklak commented Oct 15, 2021

Proposed changes

Relax PyYaml dependency.

Related issues (optional)

Fixes #1767

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

1 similar comment
@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@komalali
Copy link
Member

Heh looks like it's generated code?

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@viveklak
Copy link
Contributor Author

Heh looks like it's generated code?

I know 🤦🏾‍♂️... Fixed!

@@ -45648,7 +45648,7 @@
"readme": "The Kubernetes provider package offers support for all Kubernetes resources and their properties.\nResources are exposed as types from modules based on Kubernetes API groups such as 'apps', 'core',\n'rbac', and 'storage', among many others. Additionally, support for deploying Helm charts ('helm')\nand YAML files ('yaml') is available in this package. Using this package allows you to\nprogrammatically declare instances of any Kubernetes resources and any supported resource version\nusing infrastructure as code, which Pulumi then uses to drive the Kubernetes API.\n\nIf this is your first time using this package, these two resources may be helpful:\n\n* [Kubernetes Getting Started Guide](https://www.pulumi.com/docs/quickstart/kubernetes/): Get up and running quickly.\n* [Kubernetes Pulumi Setup Documentation](https://www.pulumi.com/docs/quickstart/kubernetes/configure/): How to configure Pulumi\n for use with your Kubernetes cluster.\n",
"requires": {
"pulumi": "\u003e=3.0.0,\u003c4.0.0",
"pyyaml": "\u003e=5.3.1,\u003c6.0",
"pyyaml": "\u003e=5.3.1",
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Oof. Yeah, seems like we should do that.

@viveklak viveklak merged commit 3d45858 into master Oct 15, 2021
@pulumi-bot pulumi-bot deleted the vl/RelaxPyYamlDep branch October 15, 2021 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pulumi-kubernetes dependency pinning on PyYAML is incompatibe with pulumi dependencies
4 participants