We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1ef98 commit a1a8ce0Copy full SHA for a1a8ce0
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@
7
8
- Raised minimum required uv version to v0.11.2.
9
10
+- Changed build backend from Hatchling to uv's build backend.
11
+
12
- Removed support for serialization and deserialization of lists of series.
13
14
As of format specification version 0.11, each series has to be in a separate
pyproject.toml
@@ -26,8 +26,8 @@ Repository = "https://github.com/lanpartydb/lib-python"
26
Changelog = "https://github.com/lanpartydb/lib-python/blob/main/CHANGELOG.md"
27
28
[build-system]
29
-requires = ["hatchling"]
30
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.11.2,<0.12"]
+build-backend = "uv_build"
31
32
[dependency-groups]
33
test = [
0 commit comments