Skip to content

Commit ba1ef98

Browse files
committed
Raise minimum required uv version to v0.11.2
1 parent 23444b2 commit ba1ef98

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

66
- Added support for Python 3.14.
77

8+
- Raised minimum required uv version to v0.11.2.
9+
810
- Removed support for serialization and deserialization of lists of series.
911

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ lines-after-imports = 2
5252
order-by-type = false
5353

5454
[tool.uv]
55-
required-version = ">=0.6.12"
55+
required-version = ">=0.11.2"

0 commit comments

Comments
 (0)