Skip to content

Commit 599f6ef

Browse files
chore(deps): bump the python-minor group across 1 directory with 8 updates
Bumps the python-minor group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.54` | `1.43.56` | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.3` | `0.140.0` | | [langchain-mcp-adapters](https://github.com/langchain-ai/langchain-mcp-adapters) | `0.2.2` | `0.3.0` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `1.2.2` | `1.4.1` | | [numpy](https://github.com/numpy/numpy) | `2.4.6` | `2.5.1` | | [openai-agents](https://github.com/openai/openai-agents-python) | `0.17.4` | `0.18.3` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.22` | `0.16.0` | Updates `boto3` from 1.43.54 to 1.43.56 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.54...1.43.56) Updates `fastapi` from 0.136.3 to 0.140.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.3...0.140.0) Updates `langchain-mcp-adapters` from 0.2.2 to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain-mcp-adapters/releases) - [Commits](langchain-ai/langchain-mcp-adapters@langchain-mcp-adapters==0.2.2...langchain-mcp-adapters==0.3.0) Updates `langchain-openai` from 1.2.2 to 1.4.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.2.2...langchain-openai==1.4.1) Updates `numpy` from 2.4.6 to 2.5.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.6...v2.5.1) Updates `openai-agents` from 0.17.4 to 0.18.3 - [Release notes](https://github.com/openai/openai-agents-python/releases) - [Changelog](https://github.com/openai/openai-agents-python/blob/main/docs/release.md) - [Commits](openai/openai-agents-python@v0.17.4...v0.18.3) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `ruff` from 0.15.22 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.22...0.16.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: fastapi dependency-version: 0.140.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: langchain-mcp-adapters dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: langchain-openai dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: openai-agents dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ea43c6 commit 599f6ef

2 files changed

Lines changed: 100 additions & 123 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ classifiers = [
2727
dependencies = [
2828
"alembic>=1.16.0",
2929
"asyncpg>=0.30.0",
30-
"boto3>=1.38.0",
31-
"fastapi>=0.115.0",
30+
"boto3>=1.43.56",
31+
"fastapi>=0.140.0",
3232
"httpx[socks]>=0.28.1",
3333
"langchain>=1.0.1",
34-
"langchain-mcp-adapters>=0.1.11",
35-
"langchain-openai>=1.0.0",
34+
"langchain-mcp-adapters>=0.3.0",
35+
"langchain-openai>=1.4.1",
3636
"langgraph>=0.2.30",
3737
"langserve[all]>=0.3.0",
3838
"mcp-server-tree-sitter>=0.5.1",
39-
"numpy>=2.3.4",
40-
"openai-agents>=0.4.0",
39+
"numpy>=2.5.1",
40+
"openai-agents>=0.18.3",
4141
"opentelemetry-api>=1.35.0",
4242
"opentelemetry-exporter-otlp-proto-http>=1.35.0",
4343
"opentelemetry-sdk>=1.35.0",
4444
"pydantic>=2.0.0",
4545
"pydantic-settings>=2.0.0",
4646
"pyright>=1.1.400",
47-
"pytest>=9.0.0",
47+
"pytest>=9.1.1",
4848
"pytest-asyncio>=1.3.0",
4949
"python-multipart>=0.0.9",
5050
"python-toon>=0.1.3",
@@ -65,7 +65,7 @@ dev = [
6565
"mypy>=1.16.0",
6666
"pip-audit>=2.9.0",
6767
"pytest-cov>=6.2.0",
68-
"ruff>=0.12.0",
68+
"ruff>=0.16.0",
6969
]
7070

7171
[tool.coverage.run]

0 commit comments

Comments
 (0)