Skip to content

Commit db7a09a

Browse files
deps(python): bump the python-minor group with 7 updates
Bumps the python-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [fastmcp](https://github.com/PrefectHQ/fastmcp) | `3.2.0` | `3.2.3` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.89.0` | `0.94.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.9` | `0.15.10` | | [mypy](https://github.com/python/mypy) | `1.20.0` | `1.20.1` | | [plotly](https://github.com/plotly/plotly.py) | `6.6.0` | `6.7.0` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.41.0` | `4.43.0` | Updates `fastmcp` from 3.2.0 to 3.2.3 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v3.2.0...v3.2.3) Updates `anthropic` from 0.89.0 to 0.94.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.89.0...v0.94.1) Updates `pydantic` from 2.12.5 to 2.13.0 - [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.0) Updates `ruff` from 0.15.9 to 0.15.10 - [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.9...0.15.10) Updates `mypy` from 1.20.0 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.1) Updates `plotly` from 6.6.0 to 6.7.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v6.6.0...v6.7.0) Updates `selenium` from 4.41.0 to 4.43.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.41.0...selenium-4.43.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: anthropic dependency-version: 0.94.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: selenium dependency-version: 4.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b18c56 commit db7a09a

File tree

2 files changed

+106
-104
lines changed

2 files changed

+106
-104
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"uvicorn[standard]>=0.34.0",
2121
# MCP Server
2222
"mcp>=1.0.0",
23-
"fastmcp>=2.0.0",
23+
"fastmcp>=3.2.3",
2424
# Database
2525
"sqlalchemy[asyncio]>=2.0.0",
2626
"asyncpg>=0.30.0",
@@ -36,14 +36,14 @@ dependencies = [
3636
"scikit-learn>=1.6.0",
3737
"statsmodels>=0.14.0",
3838
# AI & Cloud
39-
"anthropic>=0.39.0",
39+
"anthropic>=0.94.1",
4040
"google-cloud-storage>=3.0.0",
4141
# Image Processing
4242
"pillow>=11.0.0",
4343
# HTTP Client
4444
"httpx>=0.28.0",
4545
# Essentials
46-
"pydantic>=2.10.0",
46+
"pydantic>=2.13.0",
4747
"pydantic-settings>=2.7.0",
4848
"pyyaml>=6.0.0",
4949
"python-dotenv>=1.0.0",
@@ -61,16 +61,16 @@ test = [
6161
"aiosqlite>=0.20.0", # SQLite async driver for integration tests
6262
]
6363
dev = [
64-
"ruff>=0.11.13",
64+
"ruff>=0.15.10",
6565
"pre-commit>=4.0.0",
6666
]
6767
typecheck = [
68-
"mypy>=1.14.0",
68+
"mypy>=1.20.1",
6969
]
7070
plotting = [
7171
# Additional plotting libraries (matplotlib already in main dependencies)
7272
"seaborn>=0.13.0",
73-
"plotly>=6.0.0",
73+
"plotly>=6.7.0",
7474
"bokeh>=3.6.0",
7575
"altair>=5.5.0",
7676
"plotnine>=0.14.0",
@@ -80,7 +80,7 @@ plotting = [
8080
# PNG export dependencies
8181
"vl-convert-python>=1.7.0", # altair PNG export
8282
"kaleido>=1.0.0", # plotly PNG export
83-
"selenium>=4.15.0", # bokeh/highcharts PNG export
83+
"selenium>=4.43.0", # bokeh/highcharts PNG export
8484
"webdriver-manager>=4.0.0", # auto-install chromedriver
8585
"cairosvg>=2.7.0", # pygal PNG export
8686
# Common data science stack used across plot implementations
@@ -91,12 +91,12 @@ plotting = [
9191
# Per-library dependencies for CI (minimal installs)
9292
lib-matplotlib = ["matplotlib>=3.10.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
9393
lib-seaborn = ["seaborn>=0.13.0", "matplotlib>=3.10.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
94-
lib-plotly = ["plotly>=6.0.0", "kaleido>=1.0.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
95-
lib-bokeh = ["bokeh>=3.6.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0", "selenium>=4.15.0", "webdriver-manager>=4.0.0"]
94+
lib-plotly = ["plotly>=6.7.0", "kaleido>=1.0.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
95+
lib-bokeh = ["bokeh>=3.6.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0", "selenium>=4.43.0", "webdriver-manager>=4.0.0"]
9696
lib-altair = ["altair>=5.5.0", "vl-convert-python>=1.7.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
9797
lib-plotnine = ["plotnine>=0.14.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
9898
lib-pygal = ["pygal>=3.0.0", "cairosvg>=2.7.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
99-
lib-highcharts = ["highcharts-core>=1.10.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0", "selenium>=4.15.0", "webdriver-manager>=4.0.0"]
99+
lib-highcharts = ["highcharts-core>=1.10.0", "numpy>=2.0.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0", "selenium>=4.43.0", "webdriver-manager>=4.0.0"]
100100
lib-letsplot = ["lets-plot>=4.6.0", "pandas>=3.0.0", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
101101
all = [
102102
"pyplots[test,dev,plotting,typecheck]",

0 commit comments

Comments
 (0)