Skip to content

Commit e3df5ff

Browse files
committed
pydantic bump
1 parent 46b56d0 commit e3df5ff

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/openapi-generator/src/main/resources/python/README_onlypackage.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To be able to use it, you will need these dependencies in your own package that
3939
* pem >= 19.3.0
4040
* pycryptodome >= 3.9.0
4141
{{/hasHttpSignatureMethods}}
42-
* pydantic >= 2
42+
* pydantic >= 2.11
4343
* typing-extensions >= 4.7.1
4444

4545
## Getting Started

modules/openapi-generator/src/main/resources/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tornado = ">=4.2, <5"
5151
pem = ">= 19.3.0"
5252
pycryptodome = ">= 3.9.0"
5353
{{/hasHttpSignatureMethods}}
54-
pydantic = ">= 2"
54+
pydantic = ">= 2.11"
5555
typing-extensions = ">= 4.7.1"
5656
{{#lazyImports}}
5757
lazy-imports = ">= 1, < 2"

modules/openapi-generator/src/main/resources/python/requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tornado = ">= 4.2, < 5"
1616
pem >= 19.3.0
1717
pycryptodome >= 3.9.0
1818
{{/hasHttpSignatureMethods}}
19-
pydantic >= 2
19+
pydantic >= 2.11
2020
typing-extensions >= 4.7.1
2121
{{#lazyImports}}
2222
lazy-imports >= 1, < 2

modules/openapi-generator/src/main/resources/python/setup.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ REQUIRES = [
3333
"pem >= 19.3.0",
3434
"pycryptodome >= 3.9.0",
3535
{{/hasHttpSignatureMethods}}
36-
"pydantic >= 2",
36+
"pydantic >= 2.11",
3737
"typing-extensions >= 4.7.1",
3838
{{#lazyImports}}
3939
"lazy-imports >= 1, < 2",

0 commit comments

Comments
 (0)