mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-09 10:49:00 +00:00
python(pydantic): Use validate_by_name config; populate_by_name will be deprecated (#22931)
* modules * pydantic bump * samples * revert for fastapi generator and apply pydantic constrain everywhere
This commit is contained in:
@@ -25,7 +25,7 @@ PYTHON_REQUIRES = ">= 3.9"
|
||||
REQUIRES = [
|
||||
"urllib3 >= 2.1.0, < 3.0.0",
|
||||
"python-dateutil >= 2.8.2",
|
||||
"pydantic >= 2",
|
||||
"pydantic >= 2.11",
|
||||
"typing-extensions >= 4.7.1",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user