diff --git a/poetry.lock b/poetry.lock index 3b21d79c..0eb84256 100644 --- a/poetry.lock +++ b/poetry.lock @@ -685,13 +685,13 @@ websockets = ["websocket-client (>=1.3.0)"] [[package]] name = "fastapi" -version = "0.109.2" +version = "0.110.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.109.2-py3-none-any.whl", hash = "sha256:2c9bab24667293b501cad8dd388c05240c850b58ec5876ee3283c47d6e1e3a4d"}, - {file = "fastapi-0.109.2.tar.gz", hash = "sha256:f3817eac96fe4f65a2ebb4baa000f394e55f5fccdaf7f75250804bc58f354f73"}, + {file = "fastapi-0.110.0-py3-none-any.whl", hash = "sha256:87a1f6fb632a218222c5984be540055346a8f5d8a68e8f6fb647b1dc9934de4b"}, + {file = "fastapi-0.110.0.tar.gz", hash = "sha256:266775f0dcc95af9d3ef39bad55cff525329a931d5fd51930aadd4f428bf7ff3"}, ] [package.dependencies] @@ -3513,4 +3513,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "2fba342fb084a5661f61310cb07111dbcfd48517cb870a8cb2684886b1443e06" +content-hash = "69747f3306d6535b5b9c88945470c11203211c32e4d658dd58afe048be9d4f5c" diff --git a/pyproject.toml b/pyproject.toml index ff2eba4d..34b04e5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "BSL-1.1 (https://github.com/Futino/aitino/blob/alpha/LICENSE)" [tool.poetry.dependencies] python = ">=3.11,<3.13" uvicorn = "^0.27.1" -fastapi = "^0.109.1" +fastapi = "^0.110.0" tenacity = "^8.2.3" pyautogen = "^0.2.13" chromadb = "^0.4.22"