From deb3f0f15c19bf22dadaf9a065bee36e7cf1b3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:21:45 +0000 Subject: [PATCH] Bump starlette from 0.38.6 to 0.40.0 in /docs Bumps [starlette](https://github.com/encode/starlette) from 0.38.6 to 0.40.0. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.38.6...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/poetry.lock | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index 4bd1b5d0..e0247f35 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -560,18 +560,18 @@ files = [ [[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] 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" -starlette = ">=0.37.2,<0.39.0" +starlette = ">=0.37.2,<0.41.0" typing-extensions = ">=4.8.0" [package.extras] @@ -1019,10 +1019,10 @@ zstd = ["zstandard"] [[package]] name = "llama-deploy" -version = "0.2.1" +version = "0.2.3" description = "" optional = false -python-versions = ">=3.11,<4.0" +python-versions = ">=3.10,<4.0" files = [] develop = true @@ -1033,12 +1033,13 @@ aiokafka = {version = "^0.11.0", optional = true} fastapi = ">=0.109.1" gitpython = "^3.1.43" kafka-python-ng = {version = "^2.2.2", optional = true} -llama-index-core = "^0.11.10" +llama-index-core = "^0.11.17" pydantic-settings = ">=2.0,<3.0" python-multipart = "^0.0.10" PyYAML = ">6" redis = {version = "^5.0.7", optional = true} types-aiobotocore = {version = "^2.14.0", extras = ["sns", "sqs"], optional = true} +typing_extensions = "^4.0.0" uvicorn = ">=0.12.0" [package.extras] @@ -2447,13 +2448,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.38.6" +version = "0.40.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.6-py3-none-any.whl", hash = "sha256:4517a1409e2e73ee4951214ba012052b9e16f60e90d73cfb06192c19203bbb05"}, - {file = "starlette-0.38.6.tar.gz", hash = "sha256:863a1588f5574e70a821dadefb41e4881ea451a47a3cd1b4df359d4ffefe5ead"}, + {file = "starlette-0.40.0-py3-none-any.whl", hash = "sha256:c494a22fae73805376ea6bf88439783ecfba9aac88a43911b48c653437e784c4"}, + {file = "starlette-0.40.0.tar.gz", hash = "sha256:1a3139688fb298ce5e2d661d37046a66ad996ce94be4d4983be019a23a04ea35"}, ] [package.dependencies]