Skip to content

Commit f62f707

Browse files
fix(deps): update openapitools/openapi-generator-cli docker tag to v7.15.0
1 parent fdf1c16 commit f62f707

File tree

8 files changed

+1041
-260
lines changed

8 files changed

+1041
-260
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: v0.4.10.2734
77
- Package version: 1.1.0 <!--- x-release-please-version -->
8-
- Generator version: 7.12.0
8+
- Generator version: 7.15.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.
1212

13-
Python 3.8+
13+
Python 3.9+
1414

1515
## Installation & Usage
1616
### pip install

pyproject.toml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
1-
[tool.poetry]
1+
[project]
22
name = "readarr"
33
version = "1.1.0" # x-release-please-version
44
description = "Readarr"
5-
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
5+
authors = [
6+
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
7+
]
68
license = "GPL-3.0"
79
readme = "README.md"
8-
repository = "https://github.com/devopsarr/readarr-py"
910
keywords = ["OpenAPI", "OpenAPI-Generator", "Readarr"]
10-
include = ["readarr/py.typed"]
11+
requires-python = ">=3.9"
1112

12-
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
dependencies = [
14+
"urllib3 (>=2.1.0,<3.0.0)",
15+
"python-dateutil (>=2.8.2)",
16+
"pydantic (>=2)",
17+
"typing-extensions (>=4.7.1)",
18+
"lazy-imports (>=1,<2)"
19+
]
1420

15-
urllib3 = ">= 1.25.3, < 3.0.0"
16-
python-dateutil = ">= 2.8.2"
17-
pydantic = ">= 2"
18-
typing-extensions = ">= 4.7.1"
21+
[project.urls]
22+
Repository = "https://github.com/devopsarr/readarr-py"
23+
24+
[tool.poetry]
25+
requires-poetry = ">=2.0"
1926

20-
[tool.poetry.dev-dependencies]
27+
[tool.poetry.group.dev.dependencies]
2128
pytest = ">= 7.2.1"
2229
pytest-cov = ">= 2.8.1"
2330
tox = ">= 3.9.0"

0 commit comments

Comments
 (0)