Skip to content

Commit 4ae8688

Browse files
committed
chore: bump polars to 1.17.1
1 parent 6ace66e commit 4ae8688

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

2024/python/pyproject.toml

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ version = "2024.12.1"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
7-
dependencies = [ "click>=8.1.7", "httpx>=0.28.1", "polars>=1.16.0", "toml>=0.10.2",]
7+
dependencies = [
8+
"click>=8.1.7",
9+
"httpx>=0.28.1",
10+
"polars>=1.17.1",
11+
"toml>=0.10.2",
12+
]
813
[[project.authors]]
914
name = "Galen Rice"
1015
1116

1217
[dependency-groups]
13-
dev = [ "pytest>=8.3.4",]
18+
dev = ["pytest>=8.3.4"]
1419

1520
[build-system]
16-
requires = [ "hatchling",]
21+
requires = ["hatchling"]
1722
build-backend = "hatchling.build"
1823

1924
[project.scripts]

2024/python/uv.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)