Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Fix: Update pydantic to fix broken fastapi imports #272

Closed
wants to merge 1 commit into from

Conversation

edcuba
Copy link

@edcuba edcuba commented Aug 27, 2020

Upstream fastapi requires updated pydantic, otherwise core_api container will crash on

ImportError: cannot import name 'FieldInfo' from 'pydantic.fields' (/usr/local/lib/python3.7/site-packages/pydantic/fields.cpython-37m-x86_64-linux-gnu.so)

Removed pydantic version lock in python requirements to use upstream version and implemented required changes.

@edcuba edcuba mentioned this pull request Aug 27, 2020
@edcuba
Copy link
Author

edcuba commented Aug 31, 2020

Closing in favor of #272

@edcuba edcuba closed this Aug 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant