Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 912158f

Browse files
authoredOct 11, 2024··
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.
1 parent 037cd6a commit 912158f

File tree

5 files changed

+26
-13
lines changed

5 files changed

+26
-13
lines changed
 

‎.projen/deps.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.projenrc.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,8 @@ project.npmignore?.exclude('/scripts/', '.projenrc.ts');
8181
// cdklabs-projen-project-types is overzealous about adding this dependency
8282
project.deps.removeDependency('constructs');
8383

84+
// temporary to
85+
// to resolve https://github.com/aws/jsii/issues/4658
86+
project.addDevDeps('jsii-pacmak@1.102.0');
87+
8488
project.synth();

‎package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎yarn.lock

Lines changed: 19 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.