chore(deps): update dependency pandas-stubs to v3#599
chore(deps): update dependency pandas-stubs to v3#599renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 715723ff89
ℹ️ 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".
| "wheel", | ||
| "mypy[mypyc]==1.19.1", | ||
| "pandas-stubs==2.3.3.260113; python_version < '3.11'", | ||
| "pandas-stubs==3.0.0.260204; python_version < '3.11'", |
There was a problem hiding this comment.
Keep py310 build stub pin below pandas-stubs v3
This change pins pandas-stubs==3.0.0.260204 for python_version < '3.11', but the project still supports Python 3.10 (setup.py declares >=3.10) and the runtime dependency for that interpreter remains pandas<3 in requirements.txt; forcing v3 stubs in build requirements reintroduces the py310 compatibility break and can fail source/wheel builds before install-time dependencies are resolved. The <3.11 marker should keep the pre-v3 stub series.
Useful? React with 👍 / 👎.
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
>=1.4.3,<3→>=3,<4==2.3.3.260113→==3.0.0.260204Release Notes
pandas-dev/pandas-stubs (pandas-stubs)
v3.0.0.260204Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.