-
Notifications
You must be signed in to change notification settings - Fork 1
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
add(poetry support) #98
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, 👍 . I think we also can remove the setup file ( changes also needed then in bumpconfig). I guess I need to merge #96 first.
Quality Gate passedIssues Measures |
Would be great to also let the actions use poetry to get rid of requirements files.
|
Will first update pydantic |
closing in favor of #126 |
Added
Adds poetry support for managing package dependencies.
During setup of poetry a dependency issue was found between:
sql alchemy and sqlmodels
The previously locked version of sqlalchemy to 1.4 could not resolve sqmodel 0.0.16.
closes. #83
Changed
Fixed
Steps to consider while deploying
Review:
This version is a: