-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Python constructs do not implement a compatible interface (#2495)
Reverting to and pinning an older version of jsii-pacmak that will generate python bindings with correct dependency constraints for typeguard. Needs to be reverted once aws/jsii#4658 is resolved.
- Loading branch information
Showing
5 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,4 +81,8 @@ project.npmignore?.exclude('/scripts/', '.projenrc.ts'); | |
// cdklabs-projen-project-types is overzealous about adding this dependency | ||
project.deps.removeDependency('constructs'); | ||
|
||
// temporary to | ||
// to resolve https://github.com/aws/jsii/issues/4658 | ||
project.addDevDeps('[email protected]'); | ||
|
||
project.synth(); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.