mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 21:48:22 +00:00
Pin pydantic to <2.12.0 (#23782)
* Bump datamodel-code-generator to 0.34.0 * Pin down pydantic to <2.12 * Revert "Bump datamodel-code-generator to 0.34.0" This reverts commit c69116d2935eea49e9c78b2607f2fea94bc44738.
This commit is contained in:
parent
af0672e4cf
commit
61e4c1ffba
@ -35,7 +35,7 @@ VERSIONS = {
|
||||
"neo4j": "neo4j~=5.3",
|
||||
"pandas": "pandas~=2.0.3",
|
||||
"pyarrow": "pyarrow~=16.0",
|
||||
"pydantic": "pydantic~=2.0,>=2.7.0",
|
||||
"pydantic": "pydantic~=2.0,>=2.7.0,<2.12", # Pin down to <2.12 due to breaking changes in 2.12.0
|
||||
"pydantic-settings": "pydantic-settings~=2.0,>=2.7.0",
|
||||
"pydomo": "pydomo~=0.3",
|
||||
"pymysql": "pymysql~=1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user