Skip to content

Commit 41733a3

Browse files
author
Joakim Nordling
authored
Update FastAPI and datamodel-code-generator (#51)
Also, since Python 3.13 was officially released and earlier added to the test pipeline, no need to keep it in the additional pipeline that tests upcoming releases.
1 parent 5ed2b60 commit 41733a3

3 files changed

Lines changed: 32 additions & 31 deletions

File tree

.github/workflows/test_latest_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.13", "3.14"]
12+
python-version: ["3.14"]
1313
steps:
1414
- name: Checkout 🔁
1515
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1

poetry.lock

Lines changed: 28 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-to-fastapi"
3-
version = "0.18.2"
3+
version = "0.19.0"
44
description = "Create FastAPI routes from OpenAPI spec"
55
authors = ["IOXIO Ltd"]
66
license = "BSD-3-Clause"
@@ -15,8 +15,8 @@ openapi-validator = "openapi_to_fastapi.cli:cli_validate_specs"
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.9"
18-
datamodel-code-generator = "^0.28.5"
19-
fastapi = "^0.115.12"
18+
datamodel-code-generator = "^0.32.0"
19+
fastapi = "^0.116.1"
2020
click = "^8.1.8"
2121
coloredlogs = "^15.0.1"
2222
pydantic = {version = "^2.11.1", extras = ["email"]}

0 commit comments

Comments
 (0)