build(deps-dev): bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113 - #3659
build(deps-dev): bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113#3659dependabot[bot] wants to merge 1 commit into
Conversation
OkTest Summary❌ Failed for Python SDK PR #3659. SDK merge ( |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b450a350d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "openai" | ||
| version = "3.3.0" # x-release-please-version | ||
| version = "3.3.0" |
There was a problem hiding this comment.
Restore the release-please marker on the lockfile version
When the next automated release updates the package version, release-please-config.json treats uv.lock as an extra file and relies on # x-release-please-version to identify this line. Removing the marker means the release PR will update pyproject.toml and _version.py but leave the editable openai package at 3.3.0 here, making the lockfile stale and causing locked-install or uv lock --check validation to fail.
Useful? React with 👍 / 👎.
5b24db8 to
12678d5
Compare
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.2.2.240807 to 2.3.3.260113. - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.2.2.240807...v2.3.3.260113) --- updated-dependencies: - dependency-name: pandas-stubs dependency-version: 2.3.3.260113 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
12678d5 to
45a153d
Compare
Bumps pandas-stubs from 2.2.2.240807 to 2.3.3.260113.
Commits
0cb16c4Version 2.3.3.260113bf9a74aTYP: bumpty(#1630)db79b54TST: numeric arrays (#1618)a0d8f9cGH1614 Add more agg func methods for pivot_table (#1623)2c83c1fBUG: regression on #1594 for nightly (#1620)78fcc5bTYP: GH1614 Add more agg func methods forpivot_table(#1615)cf423fdCLN: move tests forSeries.astype(#1611)0954c0dBUG: rename toNoDefaultDoNotUse(#1616)b54625aTST:xStringArrayandNumpyExtensionArray(#1594)df2ebd0DEPR:ravelinIndexandSeriespandas-dev/pandas#36900 pandas-dev/pand...