-
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
Explore dependabot #23
Comments
Early looks show some conflicts with dependabot and poetry. It appears dependabot has confirmed support for PEP 621 while poetry is waiting until its v2.0.0 release to support the updated PEP standard |
Note the main branch on the poetry repo does list the version as |
It could also be the case that with the latest PEP updates poetry is no longer the best toolchain? |
I played around with uv on a related project. It's pretty nice, but I did run into an issue with dependency checks not working quite the same between uv and poetry. I don't remember what dependency was specifically causing an issue, but something about how it was being defined ended up causing the dependency compatibility check to fail when using uv, but not with poetry. That being said, having this project use uv shouldn't introduce issues for projects that depend on this project. I would probably switch to uv in a separate issue. We'd need to get folks up to speed on uv and its usage before switching over, as well as figuring out a good development environment setup. |
Look into activating dependabot on this repository for code security and automatic dependency management
The text was updated successfully, but these errors were encountered: