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

Fix: Lock fastapi to a compatible version#273

Open
edcuba wants to merge 1 commit into
nsacyber:developmentfrom
edcuba:fix-deps
Open

Fix: Lock fastapi to a compatible version#273
edcuba wants to merge 1 commit into
nsacyber:developmentfrom
edcuba:fix-deps

Conversation

@edcuba
Copy link
Copy Markdown

@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
Copy Markdown
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.

1 participant