-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update pyproject.toml #160
Conversation
What's the error you're running into? I just ran |
Ah that's my bad, I forgot to link the poetry-core PR: python-poetry/poetry-core#803
|
Hmm, my initial inclination is to go with what Poetry's documentation recommends, which at the moment is lowercase keys inside |
Sure I'll try that change on my fork and see if it runs! |
@siddhantgoel Well I've tried a ton of different variations, and none of them work/all throw one poetry error or another. Switching I think something is internally wrong with poetry, and the inconsistencies in the docs seem to reflect that. At this point I leave it up to you to decide if you want to merge this or wait for poetry to fix their stuff. |
Thanks for trying those variations out! Yes, indeed, seems like the 2.0.0 release is not completely stable. It might be worth waiting for a 2.0.1 to see whether that fixes these bugs. |
@siddhantgoel Any chance we could pin the version of |
I just published v1.19.1 which should fix the installation. I had been thinking about using uv for a few weeks now, so took this as a chance to finish the migration! |
Thanks @siddhantgoel! In that case this issue can be closed? I'll keep my fork around for a while just in case someone pinned their build to it. |
Yep! I'll close this PR as the project is now using uv. |
Attempting to install this library with poetry fails. I've opened a PR with more information against poetry-core to fix the underlying issue, but I'm betting that a fix here would get released first.
I think this could also be fixed by changing the deprecated
tools.poetry.urls
toproject.urls
, though I haven't tested that version. Feel free to close this if another fix is more appropriate.