Skip to content

Commit

Permalink
fix: Python constructs do not implement a compatible interface (#2495)
Browse files Browse the repository at this point in the history
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
mrgrain authored Oct 11, 2024
1 parent 037cd6a commit 912158f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
1 change: 1 addition & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 19 additions & 11 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 912158f

Please sign in to comment.