From ad776a34eeeb2e4cb99abf0a8b2bcb303525f737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:25:30 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 4 updates Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn), [langchain](https://github.com/langchain-ai/langchain), [langchain-core](https://github.com/langchain-ai/langchain) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `uvicorn` to 0.52.3 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.52.1...0.52.3) Updates `langchain` to 1.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.3.14...langchain==1.3.15) Updates `langchain-core` to 1.5.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.5.3...langchain-core==1.5.5) Updates `ruff` to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.2...0.16.3) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.15 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: langchain-core dependency-version: 1.5.5 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.52.3 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4877015..66c13db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,14 +40,14 @@ classifiers = [ ] dependencies = [ "fastapi>=0.141.1", - "uvicorn[standard]>=0.52.1", + "uvicorn[standard]>=0.52.3", "pydantic>=2.13.4", ] [project.optional-dependencies] langchain = [ - "langchain>=1.3.14", - "langchain-core>=1.5.3", + "langchain>=1.3.15", + "langchain-core>=1.5.5", ] ollama = [ "ollama>=0.6.2", @@ -56,7 +56,7 @@ all = [ "memos[langchain,ollama]", ] dev = [ - "ruff>=0.16.2", + "ruff>=0.16.3", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "httpx>=0.28.1",