This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-remove-pydantic-pin in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 8f22cb7a3f8c86a40d90011a97caf5041a0f765c Author: Fokko Driesprong <[email protected]> AuthorDate: Sun Nov 19 07:13:45 2023 +0100 Open-API: Remove pydantic pin The bug has been fixed --- open-api/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/open-api/requirements.txt b/open-api/requirements.txt index d1e87bd801..8d89003423 100644 --- a/open-api/requirements.txt +++ b/open-api/requirements.txt @@ -17,5 +17,3 @@ openapi-spec-validator==0.5.2 datamodel-code-generator==0.24.2 -# Add the Pydantic constraint since 2.4.0 has a bug -pydantic<2.4.0
