Skip to content

Commit

Permalink
Update supported range of FastAPI (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimnordling authored Jun 27, 2023
1 parent 2121806 commit 868a668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openapi-to-fastapi"
version = "0.11.0"
version = "0.11.1"
description = "Create FastAPI routes from OpenAPI spec"
authors = ["IOXIO Ltd"]
license = "BSD-3-Clause"
Expand All @@ -16,7 +16,7 @@ openapi-validator = "openapi_to_fastapi.cli:cli_validate_specs"
[tool.poetry.dependencies]
python = ">=3.7,<4.0.0"
datamodel-code-generator = "^0.19.0"
fastapi = "^0.97.0"
fastapi = ">=0.97.0,<0.99.0"
genson = "^1.2.2"
click = "^8.1.3"
coloredlogs = "^15.0.1"
Expand Down

0 comments on commit 868a668

Please sign in to comment.