This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new a582968975 Open-API: Make the CI happy (#8647)
a582968975 is described below
commit a582968975dd30ff4917fbbe999f1be903efac02
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Sep 26 09:38:00 2023 +0200
Open-API: Make the CI happy (#8647)
The new 2.4.0 release of Pydantic breaks the
Python code generator
---
open-api/requirements.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/open-api/requirements.txt b/open-api/requirements.txt
index 6632e200bc..e4d9181f1c 100644
--- a/open-api/requirements.txt
+++ b/open-api/requirements.txt
@@ -16,4 +16,6 @@
# under the License.
openapi-spec-validator==0.5.2
-git+https://github.com/koxudaxi/datamodel-code-generator/
+datamodel-code-generator==0.22.0
+# Add the Pydantic constraint since 2.4.0 has a bug
+pydantic<2.4.0