diff --git a/poetry.lock b/poetry.lock index 3496d21..d3e5c30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -69,13 +69,13 @@ files = [ [[package]] name = "fastapi" -version = "0.114.1" +version = "0.114.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.114.1-py3-none-any.whl", hash = "sha256:5d4746f6e4b7dff0b4f6b6c6d5445645285f662fe75886e99af7ee2d6b58bb3e"}, - {file = "fastapi-0.114.1.tar.gz", hash = "sha256:1d7bbbeabbaae0acb0c22f0ab0b040f642d3093ca3645f8c876b6f91391861d8"}, + {file = "fastapi-0.114.2-py3-none-any.whl", hash = "sha256:44474a22913057b1acb973ab90f4b671ba5200482e7622816d79105dcece1ac5"}, + {file = "fastapi-0.114.2.tar.gz", hash = "sha256:0adb148b62edb09e8c6eeefa3ea934e8f276dabc038c5a82989ea6346050c3da"}, ] [package.dependencies] @@ -713,4 +713,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "be96f05a79616c88113228e9bd6ad0faa642f3ab4c413c3f59ca5203bf291f46" +content-hash = "5e2550b6b701592f44fcc55caf82a5cb266d5c32d46739248c125d31e5ef4fd5" diff --git a/pyproject.toml b/pyproject.toml index 054969e..2ba4f82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -fastapi = "0.114.1" +fastapi = "0.114.2" numpy = "2.1.1" pandas = "2.2.2" psycopg2-binary = "2.9.9"