Skip to content

Commit 78d5180

Browse files
authored
fix: Dependent bot fixes for python packages (#2422)
1 parent 0d0f5a7 commit 78d5180

File tree

4 files changed

+52
-26
lines changed

4 files changed

+52
-26
lines changed

python/examples/dspy-rag-fastapi/backend/poetry.lock

Lines changed: 21 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/examples/dspy-rag-fastapi/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cohere = "^5.14.0"
2323
h11 = ">0.14.0"
2424
protobuf = ">=5.29.5"
2525
setuptools = ">=78.1.1"
26-
starlette = ">=0.47.2"
26+
starlette = ">=0.49.1"
2727
urllib3 = ">=2.5.0"
2828
requests = ">=2.32.4"
2929
aiohttp = ">=3.12.14"

python/examples/llama-index/backend/poetry.lock

Lines changed: 27 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/examples/llama-index/backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.11,<3.12"
11-
fastapi = "^0.116.0"
11+
fastapi = ">=0.118.0"
1212
python-dotenv = "^1.0.0"
1313
llama-index = "^0.13.0"
1414
llama-index-core = "^0.13.0"
1515
openinference-semantic-conventions = "*"
1616
openinference-instrumentation-llama-index = "^4.3.0"
1717
opentelemetry-exporter-otlp = "^1.25.0"
1818
h11 = ">0.14.0"
19-
starlette = ">=0.47.2"
19+
starlette = ">=0.49.1"
2020
aiohttp = ">=3.12.14"
21-
pypdf = ">=6.0.0"
21+
pypdf = ">=6.1.3"
2222
protobuf = ">=5.29.5"
2323
urllib3 = ">=2.5.0"
2424
requests = ">=2.32.4"

0 commit comments

Comments
 (0)