Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use poetry for dependencies management #154

Open
alexgarel opened this issue Feb 6, 2024 · 0 comments
Open

Use poetry for dependencies management #154

alexgarel opened this issue Feb 6, 2024 · 0 comments

Comments

@alexgarel
Copy link
Member

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)

@alexgarel alexgarel changed the title Use poetry Use poetry for dependencies management Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant