Skip to content

Commit 6d6bd6c

Browse files
dependabot[bot]amotl
authored andcommitted
Update polars requirement from <1.18 to <1.19
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.18.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3172163 commit 6d6bd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ all = [
114114
]
115115
cfr = [
116116
"pandas<2.3",
117-
"polars<1.18",
117+
"polars<1.19",
118118
"pyarrow<18.2",
119119
]
120120
cloud = [
@@ -157,7 +157,7 @@ io = [
157157
"dask[dataframe]>=2020",
158158
"fsspec[s3,http]",
159159
"pandas<2.3,>=1",
160-
"polars<1.18",
160+
"polars<1.19",
161161
"sqlalchemy>=2",
162162
"universal-pathlib<0.3",
163163
]

0 commit comments

Comments
 (0)