diff --git a/poetry.lock b/poetry.lock index 7296381..a04b97b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -69,13 +69,13 @@ files = [ [[package]] name = "fastapi" -version = "0.114.2" +version = "0.115.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.114.2-py3-none-any.whl", hash = "sha256:44474a22913057b1acb973ab90f4b671ba5200482e7622816d79105dcece1ac5"}, - {file = "fastapi-0.114.2.tar.gz", hash = "sha256:0adb148b62edb09e8c6eeefa3ea934e8f276dabc038c5a82989ea6346050c3da"}, + {file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, + {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, ] [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 = "0b931e921987674045c7a1f7356b4980ede1cb3cf12bf542a04a00b670c6e818" +content-hash = "e304bc3920baecd79f9f4487ef300d488b648700c40b1243ed4781d149492975" diff --git a/pyproject.toml b/pyproject.toml index 6e5d5c0..9f95326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -fastapi = "0.114.2" +fastapi = "0.115.0" numpy = "2.1.1" pandas = "2.2.2" psycopg2-binary = "2.9.9"