You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other dependencies are likely also old. I'm not sure what should be updated, given that it's a library.
You might consider adding a dependabot.yml file for github to remind you of this stuff, although then it would bug you every month, and it wouldn't auto-increment your version.
I might suggest one that looks like the one below, although if you are moving to uv, then poetry is no longer right.
python 3.8 is out of support. See https://devguide.python.org/versions/.
Other dependencies are likely also old. I'm not sure what should be updated, given that it's a library.
You might consider adding a dependabot.yml file for github to remind you of this stuff, although then it would bug you every month, and it wouldn't auto-increment your version.
I might suggest one that looks like the one below, although if you are moving to uv, then poetry is no longer right.
The text was updated successfully, but these errors were encountered: