diff --git a/poetry.lock b/poetry.lock index 0ced862..0133f6c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -743,13 +743,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.113.0" +version = "0.114.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = true python-versions = ">=3.8" files = [ - {file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, - {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, + {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"}, + {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"}, ] [package.dependencies] @@ -2171,13 +2171,13 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "74.0.0.20240831" +version = "74.1.0.20240906" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-74.0.0.20240831.tar.gz", hash = "sha256:8b4a544cc91d42a019dc1e41fd397608b4bc7e20c7d7d5bc326589ffd9e8f8a1"}, - {file = "types_setuptools-74.0.0.20240831-py3-none-any.whl", hash = "sha256:4d9d18ea9214828d695a384633130009f5dee2681a157ee873d3680b62931590"}, + {file = "types-setuptools-74.1.0.20240906.tar.gz", hash = "sha256:e51329b968617885ce45f4089b389c6563f26ebb3de8ef4505917174eed23f79"}, + {file = "types_setuptools-74.1.0.20240906-py3-none-any.whl", hash = "sha256:8c8e4c1cfaaa68d4457dbfe575938c09b2db5f9ef1b7a639e739ba541d3a20ae"}, ] [[package]] @@ -2392,4 +2392,4 @@ flask = ["flask"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ae969cbea4b65b8b6d1c876330ca6043c466ca79fa9ef90b1417c927c4c48935" +content-hash = "cf14cc1012ea725a62ba1883d78d05591ecbb21ca03939551550bc721898456c" diff --git a/pyproject.toml b/pyproject.toml index e81419b..c92a26c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ aiohttp = ">=3.10.5,<4" asyncpg = { version = ">=0.29.0,<0.30.0", optional = true } django = { version = ">=5.0.8,<5.2", optional = true } djangorestframework = { version = ">=3.14.0,<3.16", optional = true } -fastapi = { version = ">=0.112.1,<0.114", optional = true } +fastapi = { version = ">=0.112.1,<0.115", optional = true } flask = { version = ">=2.2.5,<4", optional = true } jsonschema = ">=4.23.0,<5" psycopg2-binary = ">=2.9.9,<3.0"