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
Resolve noxfile.py conflict: Add polars version parametrization
- Add POLARS_VERSIONS = ["0.20.0", "1.32.2"] constant
- Update _testing_requirements to accept polars parameter
- Modify polars handling to use parametrized version: polars=={polars}
- Rename EXTRA_PYTHON_PYDANTIC to EXTRA_PYTHON_PYDANTIC_POLARS
- Add polars-specific test parametrization for multiple polars versions
- Update tests function signature to include polars parameter
This resolves the merge conflict with upstream/main regarding polars
version handling and testing parametrization.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Shuntaro Takahashi <[email protected]>
0 commit comments