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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9e94dc8576 Open-API: Remove pydantic pin (#9110)
9e94dc8576 is described below

commit 9e94dc85764dd1321c9782a2a0d834a9bfd84b7d
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sun Nov 19 10:39:06 2023 +0100

    Open-API: Remove pydantic pin (#9110)
---
 open-api/requirements.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/open-api/requirements.txt b/open-api/requirements.txt
index 1208f5ca44..a9be79a486 100644
--- a/open-api/requirements.txt
+++ b/open-api/requirements.txt
@@ -17,5 +17,3 @@
 
 openapi-spec-validator==0.7.1
 datamodel-code-generator==0.24.2
-# Add the Pydantic constraint since 2.4.0 has a bug
-pydantic<2.4.0

Reply via email to