openapi-generator-cli 7.10.0.post0__tar.gz → 7.11.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: openapi-generator-cli
3
- Version: 7.10.0.post0
3
+ Version: 7.11.0
4
4
  Summary: CLI for openapi generator
5
- Home-page: https://openapi-generator.tech
6
5
  License: APACHE 2.0
7
6
  Keywords: openapi,generator,cli
8
7
  Author: OpenAPI Generator community
@@ -23,6 +22,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
23
22
  Provides-Extra: jdk4py
24
23
  Requires-Dist: jdk4py (>=21.0.4.1,<22.0.0.0) ; (python_version >= "3.10") and (extra == "jdk4py")
25
24
  Project-URL: Documentation, https://github.com/OpenAPITools/openapi-generator#3---usage
25
+ Project-URL: Homepage, https://openapi-generator.tech
26
26
  Project-URL: Repository, https://github.com/OpenAPITools/openapi-generator
27
27
  Description-Content-Type: text/markdown
28
28
 
@@ -7,7 +7,7 @@ requires = [
7
7
  ]
8
8
 
9
9
  [tool.poetry]
10
- version = "7.10.0.post0"
10
+ version = "7.11.0"
11
11
  authors = [
12
12
  "OpenAPI Generator community <team@openapitools.org>",
13
13
  ]
@@ -41,7 +41,7 @@ python = ">=3.9,<4"
41
41
  jdk4py = { version = "^21.0.4.1", optional = true, python = ">=3.10" }
42
42
 
43
43
  [tool.poetry.group.dev.dependencies]
44
- mypy = ">=0.991,<1.14"
44
+ mypy = ">=0.991,<1.15"
45
45
  pre-commit = ">=2.20,<5.0"
46
46
  taskipy = "^1.10.3"
47
47
  pytest = ">=7.2.2,<9.0.0"