Skip to content

Commit 5bcfdf8

Browse files
committed
unpin pydantic
1 parent 127eeb8 commit 5bcfdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include = [
4949
ignore = ["F403", "F405"]
5050

5151
[tool.hatch.envs.dev]
52-
dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "datafusion==49.*", "pyiceberg[sql-sqlite,pyarrow]>=0.10.0", "fastavro>=1.11.1", "pydantic<2.12.0"]
52+
dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "datafusion==49.*", "pyiceberg[sql-sqlite,pyarrow]>=0.10.0", "fastavro>=1.11.1"]
5353

5454
[tool.hatch.envs.dev.scripts]
5555
build = "maturin build --out dist --sdist"

0 commit comments

Comments
 (0)