Open edcuba opened 4 years ago
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.
Line "pydantic == 0.32.2" was removed as it is duplicit (see the top of the file).
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.