Skip to content

chore(deps): loosen optional dependency lower bounds#16

Open
w-martin wants to merge 3 commits into
mainfrom
worktree-agent-aafe87321b429c0f4
Open

chore(deps): loosen optional dependency lower bounds#16
w-martin wants to merge 3 commits into
mainfrom
worktree-agent-aafe87321b429c0f4

Conversation

@w-martin
Copy link
Copy Markdown
Owner

@w-martin w-martin commented May 10, 2026

Summary

Rationale

  • pandas: >=2.3.3 -> >=2.0 — only uses pd.DataFrame subclassing/_metadata/constructor/.groupby()/pd.read* — all stable since 2.0
  • pandera: >=0.29.0 -> >=0.20.0 — only uses pa.DataFrameSchema and pa.Column(dtype, nullable, regex)
  • polars: >=1.38.1 -> >=1.0 — only uses pl.read_*/pl.DataFrame as type annotation; 1.0 (Jul 2024) stabilised the API

Test plan

  • pyproject.toml is valid TOML
  • Dev deps in uv.lock are unaffected (optional extras only)

@w-martin w-martin changed the base branch from main to worktree-agent-a8ec2ca0fb3645d90 May 17, 2026 10:41
Base automatically changed from worktree-agent-a8ec2ca0fb3645d90 to main May 26, 2026 10:24
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(deps): loosen optional dependency lower bounds

2 participants