-
Notifications
You must be signed in to change notification settings - Fork 121
python: v2025.16.0 upstream merge #10018
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
Conversation
E2E Tests 🚀 |
@@ -1,15 +1,15 @@ | |||
duckdb<1.4.0 | |||
duckdb |
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.
addresses #9560
fastcore | ||
geopandas; python_version < '3.14' | ||
haystack-ai; python_version < '3.14' | ||
haystack-ai |
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.
Yay some of these are available now. But some still aren't so we'll keep #9654 open
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.
and they passed tests, nice!
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.
looks like everything is acting as expected! do we need to kick off a nightly run to double check that is running as expected with dependency updates? edit: maybe not since theoretically these are all the latest dependencies
Nightly run passed! https://github.com/posit-dev/positron/actions/runs/18658562703 |
Addresses #9901 and #9560. Latest python upstream merge.
There's not a lot of code changes in this one; mostly dependency updates.
Release Notes
New Features
Bug Fixes
QA Notes
I think the only upstream code changes were to Python test collection, so you can try to make sure that works if you want.