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

Fix: Lock fastapi to a compatible version #273

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

edcuba
Copy link

@edcuba edcuba commented Aug 31, 2020

Lock fastapi version to the latest one supporting pydantic < 1.0.0

Fastapi since 0.61.0 requires pydantic > 1.0.0, see https://github.com/tiangolo/fastapi/releases/tag/0.61.0

New pydantic requires changes in Walkoff code and database operations.

Lock fastapi version to the latest one supporting pydantic < 1.0
@edcuba
Copy link
Author

edcuba commented Aug 31, 2020

Line "pydantic == 0.32.2" was removed as it is duplicit (see the top of the file).

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