Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update polars requirement from <1.20 to <1.21 #354

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update polars requirement from <1.20 to <1.21
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.0.1...py-1.20.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 14be802a9f817962b9193a8ea3484b9afb7878f7
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -109,7 +109,7 @@ optional-dependencies.all = [
]
optional-dependencies.cfr = [
"pandas<2.3",
"polars<1.20",
"polars<1.21",
"pyarrow<19.1",
]
optional-dependencies.cloud = [
@@ -152,7 +152,7 @@ optional-dependencies.io = [
"dask[dataframe]>=2020",
"fsspec[s3,http]",
"pandas>=1,<2.3",
"polars<1.20",
"polars<1.21",
"sqlalchemy>=2",
"universal-pathlib<0.3",
]