Skip to content

Commit

Permalink
Update polars requirement from <1.7 to <1.10
Browse files Browse the repository at this point in the history
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.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Oct 14, 2024
1 parent 2371566 commit 8d7d29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies = [
'importlib-metadata; python_version < "3.8"',
'importlib-resources; python_version < "3.9"',
"orjsonl<2",
"polars<1.7",
"polars<1.10",
"pympler<1.2",
"python-dateutil<3",
"python-dotenv<2",
Expand Down

0 comments on commit 8d7d29e

Please sign in to comment.