This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 39812f87 Set lock on version of Pydantic (#1737)
39812f87 is described below

commit 39812f8735ed05674883ac9412af5c5c9846f1fa
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Oct 10 09:33:32 2025 +0200

    Set lock on version of Pydantic (#1737)
    
    ## Which issue does this PR close?
    
    Got fixed upstream https://github.com/apache/iceberg-python/pull/2591
    
    - Closes #1736 .
    
    ## What changes are included in this PR?
    
    ## Are these changes tested?
---
 bindings/python/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
index 36b58342..41877e19 100644
--- a/bindings/python/pyproject.toml
+++ b/bindings/python/pyproject.toml
@@ -49,7 +49,7 @@ include = [
 ignore = ["F403", "F405"]
 
 [tool.hatch.envs.dev]
-dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "datafusion==45.*", 
"pyiceberg[sql-sqlite,pyarrow]>=0.10.0", "fastavro>=1.11.1"]
+dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "datafusion==45.*", 
"pyiceberg[sql-sqlite,pyarrow]>=0.10.0", "fastavro>=1.11.1", "pydantic<2.12.0"]
 
 [tool.hatch.envs.dev.scripts]
 build = "maturin build --out dist --sdist"

Reply via email to