Skip to content

Commit 52bff88

Browse files
chore(deps): bump the python-dependencies group across 1 directory with 10 updates
Updates the requirements on [litellm](https://github.com/BerriAI/litellm), [pyarrow](https://github.com/apache/arrow), [datasets](https://github.com/huggingface/datasets), [langchain-openai](https://github.com/langchain-ai/langchain), [opensearch-py](https://github.com/opensearch-project/opensearch-py), [langchain-core](https://github.com/langchain-ai/langchain), [fastapi](https://github.com/fastapi/fastapi), [pydantic](https://github.com/pydantic/pydantic), [cryptography](https://github.com/pyca/cryptography) and [starlette](https://github.com/Kludex/starlette) to permit the latest version. Updates `litellm` from 1.83.12 to 1.83.14 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) Updates `pyarrow` to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-20.0.0...apache-arrow-24.0.0) Updates `datasets` from 3.6.0 to 4.8.5 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@3.6.0...4.8.5) Updates `langchain-openai` from 1.1.10 to 1.2.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.1.10...langchain-openai==1.2.1) Updates `opensearch-py` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/opensearch-project/opensearch-py/releases) - [Changelog](https://github.com/opensearch-project/opensearch-py/blob/main/CHANGELOG.md) - [Commits](opensearch-project/opensearch-py@v3.1.0...v3.2.0) Updates `langchain-core` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.3.0...langchain-core==1.3.2) Updates `fastapi` from 0.124.4 to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.124.4...0.136.1) Updates `pydantic` from 2.12.5 to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.3) Updates `cryptography` from 46.0.7 to 47.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...47.0.0) Updates `starlette` to 1.0.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.40.0...1.0.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: datasets dependency-version: 4.8.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 1.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: opensearch-py dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: langchain-core dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: starlette dependency-version: 1.0.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02a6c51 commit 52bff88

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

lisa-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "4.0"
22
pydantic-core==2.46.3 ; python_version >= "3.11" and python_version < "4.0"
3-
pydantic==2.12.5 ; python_version >= "3.11" and python_version < "4.0"
3+
pydantic==2.13.3 ; python_version >= "3.11" and python_version < "4.0"
44
typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "4.0"
55
toml==0.10.2 ; python_version >= "3.11" and python_version < "4.0"

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# to import all modules into a single test venv.
55

66
# LiteLLM - needed to run rest-api tests in the shared venv
7-
litellm[proxy]==1.83.12
7+
litellm[proxy]==1.83.14
88

99
# Test frameworks
1010
pytest==9.0.3
@@ -16,31 +16,31 @@ responses>=0.26.0
1616
moto==5.1.22
1717

1818
# Test data / evaluation
19-
pyarrow>=20.0.0
20-
datasets==3.6.0
19+
pyarrow>=24.0.0
20+
datasets==4.8.5
2121

2222
# Langchain - needed by tests that import langchain directly
2323
langchain==1.2.15
24-
langchain-openai==1.1.10
24+
langchain-openai==1.2.1
2525

2626
# Lambda runtime deps - needed because tests import lambda code which
2727
# has top-level imports of these packages
2828
mangum==0.21.0
2929
python-docx==1.2.0
30-
opensearch-py==3.1.0
30+
opensearch-py==3.2.0
3131
pypdf==6.10.2
3232
lxml==6.1.0
3333
psycopg2-binary==2.9.12
3434
requests-aws4auth==1.3.1
3535
langchain-community==0.4.1
36-
langchain-core==1.3.0
36+
langchain-core==1.3.2
3737
langchain-text-splitters==1.1.2
3838
cachetools==7.0.6
3939
tiktoken==0.12.0
40-
fastapi==0.124.4
41-
pydantic==2.12.5
42-
cryptography==46.0.7
43-
starlette>=0.40.0
40+
fastapi==0.136.1
41+
pydantic==2.13.3
42+
cryptography==47.0.0
43+
starlette>=1.0.0
4444
loguru==0.7.3
4545
fastapi_utils==0.8.0
4646

0 commit comments

Comments
 (0)