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

Update pulumi dep #1573

Merged
merged 1 commit into from
May 12, 2021
Merged

Update pulumi dep #1573

merged 1 commit into from
May 12, 2021

Conversation

lblackstone
Copy link
Member

@lblackstone lblackstone commented May 12, 2021

Proposed changes

  • Fix bug with lazy imports in Python
  • Relax readonly restriction for NodeJS properties

Related issues (optional)

- Fix bug with lazy imports in Python
- Relax readonly restriction for NodeJS properties
@github-actions
Copy link

Does the PR have any schema changes?

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

@@ -11,8 +11,8 @@ require (
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi/pkg/v3 v3.2.0
github.com/pulumi/pulumi/sdk/v3 v3.2.0
github.com/pulumi/pulumi/pkg/v3 v3.2.2-0.20210512083603-840c7a5a13c1
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps 2288f8b7fb97fc652e5ca3afdd623dedc3b92ef5 here to be pedantic (post addressing PR feedback and merging to master).

Copy link
Member Author

Choose a reason for hiding this comment

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

I guess I grabbed the commit right after, but it doesn't contain any further codegen changes, so I'll leave this in the interest of getting a release out now.

Copy link
Member

Choose a reason for hiding this comment

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

Ah if it's after we're good.

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.

None yet

2 participants