From e555d2dca56bc72f474a3c563bbd18449acaa4b4 Mon Sep 17 00:00:00 2001 From: Iamhexi Date: Mon, 14 Oct 2024 09:14:26 +0200 Subject: [PATCH] feat(pyproject, poetry): bump fastapi version --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b75080..4afeb6d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,13 +258,13 @@ idna = ">=2.0.0" [[package]] name = "fastapi" -version = "0.115.0" +version = "0.115.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.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, - {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, + {file = "fastapi-0.115.2-py3-none-any.whl", hash = "sha256:61704c71286579cc5a598763905928f24ee98bfcc07aabe84cfefb98812bbc86"}, + {file = "fastapi-0.115.2.tar.gz", hash = "sha256:3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee"}, ] [package.dependencies] @@ -274,7 +274,7 @@ httpx = {version = ">=0.23.0", optional = true, markers = "extra == \"standard\" jinja2 = {version = ">=2.11.2", optional = true, markers = "extra == \"standard\""} pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" python-multipart = {version = ">=0.0.7", optional = true, markers = "extra == \"standard\""} -starlette = ">=0.37.2,<0.39.0" +starlette = ">=0.37.2,<0.41.0" typing-extensions = ">=4.8.0" uvicorn = {version = ">=0.12.0", extras = ["standard"], optional = true, markers = "extra == \"standard\""} @@ -2623,4 +2623,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b5cb323eb675cbea5983a505a3c48a25cd9967d9669bd01abefdf057255f8dde" +content-hash = "6a99cb030fae8cbfd821926c2fba4d4ca6bec55ed6f2c8cafc732bcde04bddb1" diff --git a/pyproject.toml b/pyproject.toml index d7ab55e..2c4cec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ nltk = "^3.9.1" rich = "^13.8.1" tqdm = "^4.66.5" sentence-transformers = "^3.1.1" -fastapi = {extras = ["standard"], version = "^0.115.0"} +fastapi = {extras = ["standard"], version = "^0.115.2"} pyyaml = "^6.0.2" [tool.poetry.group.test]