Open alexgarel opened 9 months ago
I had problem updating production because versions of pydantic were not the same (v1.8+ vs v2) as locally and in the CI pipeline.
Use poetry which handles that cases far more better, than a requirement.txt (which does not account for indirect dependencies)
I had problem updating production because versions of pydantic were not the same (v1.8+ vs v2) as locally and in the CI pipeline.
Use poetry which handles that cases far more better, than a requirement.txt (which does not account for indirect dependencies)