You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Signed-off-by:** Areeb Ahmed
[[email protected]](mailto:[email protected])
## Summary of Changes
**Fixes:** #154
- Replaced `requirements.txt` with `pyproject.toml` and `poetry.lock`
- Added all dependencies to `pyproject.toml` using Poetry
- Updated CI configuration to use Poetry for installing dependencies
- Updated `README.md` and `INSTALL.md` to reflect the new dependency
management process
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)
The text was updated successfully, but these errors were encountered: