-
-
Notifications
You must be signed in to change notification settings - Fork 632
Upgraded Poetry to 2.1.1 #4539
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
Upgraded Poetry to 2.1.1 #4539
Conversation
|
I got nowhere with the pydantic maintainers. They could not reproduce the issue. They are suggesting that this is a poetry bug. In the meantime, I would suggest removing Swift from the CodeQL workflow and scripts/get_codeql_languages.py |
rzuckerm
left a comment
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.
LGTM. Thanks @jrg94 !
rzuckerm
left a comment
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.
Oops, was a little to quick on the review. Please also remove Swift from scripts/build_codeql_languages.py
Co-authored-by: rzuckerm <[email protected]>
…Coder/sample-programs into poetry-2.0-migration
|
Still having no luck with installing pydantic or black on my windows machine, but I found this thread which documents a similar issue: python-poetry/poetry#7881. I'm going to keep toying around, but as long as the repo works I'm happy. |
|
Just kidding! The issue was the As usual, it was a me issue. |
I wasn't sure if I should update the Poetry requirement as well
Co-authored-by: rzuckerm <[email protected]>
…Coder/sample-programs into poetry-2.0-migration
I updated the Poetry file format to 2.1.1. I was able to verify this is the correct format using the
poetry checkcommand. Currently, however,poetry updateis not working, and it's failing on themarkupsafedependency when the minimum python version is 3.8. With 3.8 set to 3.9,poetry updatehangs onblackandpydantic.