Skip to content

Commit

Permalink
Update polars requirement from <0.21 to <1.1
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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2024
1 parent 2f9540f commit 5900952
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 @@ -93,7 +93,7 @@ dependencies = [
"cratedb-sqlparse==0.0.4",
'importlib-metadata; python_version < "3.8"',
'importlib-resources; python_version < "3.9"',
"polars<0.21",
"polars<1.1",
"python-dotenv<2",
"python-slugify<9",
"pyyaml<7",
Expand Down

0 comments on commit 5900952

Please sign in to comment.