Skip to content

Commit

Permalink
Update polars requirement from <1.4 to <1.5
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.4.1)

---
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 Aug 14, 2024
1 parent ba85324 commit 587e63a
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 @@ -92,7 +92,7 @@ dependencies = [
"cratedb-sqlparse==0.0.4",
'importlib-metadata; python_version < "3.8"',
'importlib-resources; python_version < "3.9"',
"polars<1.4",
"polars<1.5",
"python-dotenv<2",
"python-slugify<9",
"pyyaml<7",
Expand Down

0 comments on commit 587e63a

Please sign in to comment.