Skip to content

Commit

Permalink
fix: Python constructs do not implement a compatible interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Oct 11, 2024
1 parent 037cd6a commit b2b7c46
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 b2b7c46

Please sign in to comment.