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

hooks: update pydantic hook for compatibility with v.1.8.0 and later #90

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

rokm
Copy link
Member

@rokm rokm commented Mar 4, 2021

Pydantic 1.8.0 introduced additional dependency on typing_extensions module, which needs to be added to hiddenimports for the compiled version of pydantic.

Fixes pyinstaller/pyinstaller#5603.

Pydantic 1.8.0 introduced additional dependency on typing_extensions
module, which needs to be added to hiddenimports for the compiled
version of pydantic.
@rokm rokm requested review from a team and bwoodsend and removed request for a team March 4, 2021 16:27
@rokm
Copy link
Member Author

rokm commented Mar 4, 2021

@bwoodsend bwoodsend merged commit a1c5c82 into pyinstaller:master Mar 4, 2021
@rokm rokm deleted the hooks-pydantic-1.8.0 branch April 9, 2021 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

using pyinstaller with pydantic>1.7.2
2 participants