Skip to content

Commit 894681f

Browse files
⬆️ Bump the uv group across 1 directory with 6 updates
Bumps the uv group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.3` | | [langchain](https://github.com/langchain-ai/langchain) | `1.3.4` | `1.3.9` | | [cryptography](https://github.com/pyca/cryptography) | `48.0.0` | `48.0.1` | | [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.8.9` | `0.8.18` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.1` | `2.14.2` | | [starlette](https://github.com/Kludex/starlette) | `1.2.1` | `1.3.1` | Updates `pytest` from 8.4.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.3) Updates `langchain` from 1.3.4 to 1.3.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.3.4...langchain==1.3.9) Updates `cryptography` from 48.0.0 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...48.0.1) Updates `langsmith` from 0.8.9 to 0.8.18 - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](langchain-ai/langsmith-sdk@v0.8.9...v0.8.18) Updates `pydantic-settings` from 2.14.1 to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.1...v2.14.2) Updates `starlette` from 1.2.1 to 1.3.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.2.1...1.3.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: indirect - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:production - dependency-name: langsmith dependency-version: 0.8.18 dependency-type: indirect - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: indirect - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development - dependency-name: starlette dependency-version: 1.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c7328e commit 894681f

3 files changed

Lines changed: 76 additions & 76 deletions

File tree

packages/mewbo_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"croniter>=2.0.0,<7.0.0",
1414
"jinja2>=3.1.4,<4.0.0",
1515
"jsonschema>=4.20.0,<5.0.0",
16-
"langchain>=1.0.0,<2.0.0",
16+
"langchain>=1.3.9,<2.0.0",
1717
"langchain-core>=1.2.8,<2.0.0",
1818
"langchain-community>=0.4.1,<0.5.0",
1919
"langchain-litellm>=0.6.6,<0.7.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev = [
4040
"pandas>=2.3.3",
4141
"pre-commit==3.8.0",
4242
"pylint==3.3.9",
43-
"pytest==8.4.2",
43+
"pytest==9.0.3",
4444
"pytest-cov==7.1.0",
4545
"ruff==0.15.8",
4646
"streamlit>=1.56.0",

0 commit comments

Comments
 (0)