diff --git a/poetry.lock b/poetry.lock index eb94df1..af179de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -337,13 +337,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.97.0" +version = "0.98.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.97.0-py3-none-any.whl", hash = "sha256:95d757511c596409930bd20673358d4a4d709004edb85c5d24d6ffc48fabcbf2"}, - {file = "fastapi-0.97.0.tar.gz", hash = "sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986"}, + {file = "fastapi-0.98.0-py3-none-any.whl", hash = "sha256:f4165fb1fe3610c52cb1b8282c1480de9c34bc270f56a965aa93a884c350d605"}, + {file = "fastapi-0.98.0.tar.gz", hash = "sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b"}, ] [package.dependencies] @@ -1444,4 +1444,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0.0" -content-hash = "67801705c429d6c7ab7b484d536ece1259361cab933a1e24054c2482a7ee0c3b" +content-hash = "7e51c7d3df134fd835c46e5b482c739102f77dac734636bf10d7793787231247" diff --git a/pyproject.toml b/pyproject.toml index 73c5d29..1ef0731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"