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
Describe the bug
Since pandas-stubs has an upper Python version bound, all downstream projects that use poetry to manage dependencies have to set their upper Python version bound to <3.12. While this doesn't necessarily cause any issues, it would be great for downstream projects to be able to leave the version range open (i.e. >=3.8)
To Reproduce
Add pandas-stubs as a dependency to a poetry project
Run poetry lock
Check if the output says to set the upper Python version bound to <3.12
The text was updated successfully, but these errors were encountered:
Describe the bug
Since
pandas-stubs
has an upper Python version bound, all downstream projects that use poetry to manage dependencies have to set their upper Python version bound to <3.12. While this doesn't necessarily cause any issues, it would be great for downstream projects to be able to leave the version range open (i.e. >=3.8)To Reproduce
pandas-stubs
as a dependency to a poetry projectpoetry lock
The text was updated successfully, but these errors were encountered: