Skip to content

deps(deps): bump pandas-stubs from 2.3.0.250703 to 2.3.3.260113#271

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/pandas-stubs-2.3.3.260113
Open

deps(deps): bump pandas-stubs from 2.3.0.250703 to 2.3.3.260113#271
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/pandas-stubs-2.3.3.260113

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps pandas-stubs from 2.3.0.250703 to 2.3.3.260113.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.3.0.250703 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.3.0.250703...v2.3.3.260113)

---
updated-dependencies:
- dependency-name: pandas-stubs
  dependency-version: 2.3.3.260113
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 4, 2026
## Summary
- replace `replace({pd.NaT: None})` with typed-safe pandas null
normalization in validator output paths
- keep DataFrame and Series handling behavior the same while avoiding
the stricter `pandas-stubs` replacement-map typing error
- add regression tests for `NaT` in DataFrame and Series outputs

## Why
PR #271 bumps `pandas-stubs` and makes `uv run mypy .` fail in CI on
`src/mxcp/sdk/validator/converters.py` because the `replace({pd.NaT:
None})` pattern is typed more strictly.

## Testing
- `uv run ruff check .`
- `uv run black --check --diff .`
- `uv run mypy .`
- `env -u OP_SERVICE_ACCOUNT_TOKEN uv run pytest --cov=src/mxcp
--cov-report=xml --cov-report=term-missing`

## Notes
- The full local pytest run only needed `OP_SERVICE_ACCOUNT_TOKEN` unset
because one existing config test assumes that variable is absent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant