nsacyber / WALKOFF

A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
https://nsacyber.github.io/WALKOFF/
Other
1.2k stars 222 forks source link

Fix: Lock fastapi to a compatible version #273

Open edcuba opened 4 years ago

edcuba commented 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.

edcuba commented 4 years ago

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