diff --git a/poetry.lock b/poetry.lock index f46316c..b2ca7b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -629,7 +629,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "sys_platform == \"win32\"", dev = "sys_platform == \"win32\" or platform_system == \"Windows\""} +markers = {main = "sys_platform == \"win32\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "coverage" @@ -873,14 +873,14 @@ websockets = ["websocket-client (>=1.3.0)"] [[package]] name = "fastapi" -version = "0.138.0" +version = "0.138.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "fastapi-0.138.0-py3-none-any.whl", hash = "sha256:b6f54fd1bd72c80b0f899f172c61a600f6f7af9b43d4d772a018f35624048cb0"}, - {file = "fastapi-0.138.0.tar.gz", hash = "sha256:d445a4877636ad191e7053e08c9bf98cb921a6756776848400bb773d1740c061"}, + {file = "fastapi-0.138.2-py3-none-any.whl", hash = "sha256:db90c1ffb5517fba5d4a9f80e866daa008747e646310c9ce155c8c535f9d1615"}, + {file = "fastapi-0.138.2.tar.gz", hash = "sha256:6432359d067a432134620e7c5e4c6e5063e7f37815bbbbf20acef14b0d2e3fc8"}, ] [package.dependencies] @@ -2744,4 +2744,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "0038e142b340e054e7d38bceb41a65865cbcdcb8caf8038cc01d696e8b2ef58f" +content-hash = "4a6f382abd766961be33e66594fb1009e2912f2e42f3394daab2f64d2eca17a4" diff --git a/pyproject.toml b/pyproject.toml index 49e4e53..02c090b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ aiohttp = "^3.9" dnspython = "^2.6" asyncpg = "^0.30" supabase = "^2.0" -fastapi = ">=0.115" +fastapi = ">=0.138.2" omegaconf = "^2.3" prometheus-client = "^0.25.0" cryptography = ">=44,<49"