Skip to content

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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.projen/tasks.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.projenrc.ts

+4
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎yarn.lock

+19-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.