Skip to content

Commit a1a8ce0

Browse files
committed
Change build backend from Hatchling to uv's build backend
1 parent ba1ef98 commit a1a8ce0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
- Raised minimum required uv version to v0.11.2.
99

10+
- Changed build backend from Hatchling to uv's build backend.
11+
1012
- Removed support for serialization and deserialization of lists of series.
1113

1214
As of format specification version 0.11, each series has to be in a separate

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Repository = "https://github.com/lanpartydb/lib-python"
2626
Changelog = "https://github.com/lanpartydb/lib-python/blob/main/CHANGELOG.md"
2727

2828
[build-system]
29-
requires = ["hatchling"]
30-
build-backend = "hatchling.build"
29+
requires = ["uv_build>=0.11.2,<0.12"]
30+
build-backend = "uv_build"
3131

3232
[dependency-groups]
3333
test = [

0 commit comments

Comments
 (0)