Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when mounting same chain twice in same app #134

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

nfcampos
Copy link
Collaborator

The crash was due to Config.configurable pydantic base model not being renamed, fixed by recursively renaming field annotations which are themselves base models

The crash was due to Config.configurable pydantic base model not being renamed, fixed by recursively renaming field annotations which are themselves base models
@nfcampos nfcampos requested a review from eyurtsev October 31, 2023 11:45
@cla-bot cla-bot bot added the cla-signed label Oct 31, 2023
@eyurtsev eyurtsev merged commit 865140a into main Oct 31, 2023
@eyurtsev eyurtsev deleted the nc/fix-crash-when-mounting-same-chain-twice branch October 31, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants