Skip to content

Commit 43f6f0a

Browse files
deps(python): bump the python-minor group with 4 updates (#4164)
Bumps the python-minor group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [fastmcp](https://github.com/jlowin/fastmcp), [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.128.0 to 0.128.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.128.6</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix <code>on_startup</code> and <code>on_shutdown</code> parameters of <code>APIRouter</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14873">#14873</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Update translations for zh (update-outdated). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14843">#14843</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>✅ Fix parameterized tests with snapshots. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14875">#14875</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> </ul> <h2>0.128.5</h2> <h3>Refactors</h3> <ul> <li>♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14862">#14862</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14864">#14864</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h2>0.128.4</h2> <h3>Refactors</h3> <ul> <li>♻️ Refactor internals, simplify Pydantic v2/v1 utils, <code>create_model_field</code>, better types for <code>lenient_issubclass</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14860">#14860</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>♻️ Simplify internals, remove Pydantic v1 only logic, no longer needed. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14857">#14857</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>♻️ Refactor internals, cleanup unneeded Pydantic v1 specific logic. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14856">#14856</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Update translations for fr (outdated pages). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14839">#14839</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> <li>🌐 Update translations for tr (outdated and missing). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14838">#14838</a> by <a href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆️ Upgrade development dependencies. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14854">#14854</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h2>0.128.3</h2> <h3>Refactors</h3> <ul> <li>♻️ Re-implement <code>on_event</code> in FastAPI for compatibility with the next Starlette, while keeping backwards compatibility. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14851">#14851</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Upgrades</h3> <ul> <li>⬆️ Upgrade Starlette supported version range to <code>starlette&gt;=0.40.0,&lt;1.0.0</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14853">#14853</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Update translations for ru (update-outdated). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14834">#14834</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/fastapi/commit/fbca586c1df1940f07ff8051716ec5a9ba97b149"><code>fbca586</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/4e879799dd134e8e634d3e54c0973c0515a32d2e"><code>4e87979</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/0a4033aeeedcf8243502794648b25059e950e499"><code>0a4033a</code></a> 🔖 Release version 0.128.6</li> <li><a href="https://github.com/fastapi/fastapi/commit/ed2512a5ec33d9d70f7a9ef2e5f9fe52d3b77ab2"><code>ed2512a</code></a> 🐛 Fix <code>on_startup</code> and <code>on_shutdown</code> parameters of <code>APIRouter</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/14873">#14873</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/0c0f6332e29f62001c94bf5c2d77ff1d79b73bf9"><code>0c0f633</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/227cb85a03ec6522f641467fbf6af9bc5b1c2e75"><code>227cb85</code></a> ✅ Fix parameterized tests with snapshots (<a href="https://redirect.github.com/fastapi/fastapi/issues/14875">#14875</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/cd31576d5704b6aef1bdadc43770238cd88aad2b"><code>cd31576</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/376e1085807ddf6f899189340eb0d0217dbb74f5"><code>376e108</code></a> 🌐 Update translations for zh (update-outdated) (<a href="https://redirect.github.com/fastapi/fastapi/issues/14843">#14843</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/dedf1409fe8c095b8881ab732e132e66e9eae997"><code>dedf140</code></a> 🔖 Release version 0.128.5</li> <li><a href="https://github.com/fastapi/fastapi/commit/79d4dfb37fd2e67090b29ed770bd096fd861f3cc"><code>79d4dfb</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.128.0...0.128.6">compare view</a></li> </ul> </details> <br /> Updates `fastmcp` from 2.14.4 to 2.14.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jlowin/fastmcp/releases">fastmcp's releases</a>.</em></p> <blockquote> <h2>v2.14.5: Sealed Docket</h2> <p>Fixes a memory leak in the memory:// docket broker where cancelled tasks accumulated instead of being cleaned up. Bumps pydocket to ≥0.17.2.</p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Enhancements 🔧</h3> <ul> <li>Bump pydocket to 0.17.2 (memory leak fix) by <a href="https://github.com/chrisguidry"><code>@​chrisguidry</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2992">jlowin/fastmcp#2992</a></li> </ul> <h3>Docs 📚</h3> <ul> <li>Add release notes for v2.14.4 and v2.14.5 by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/3063">jlowin/fastmcp#3063</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jlowin/fastmcp/compare/v2.14.4...v2.14.5">https://github.com/jlowin/fastmcp/compare/v2.14.4...v2.14.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx">fastmcp's changelog</a>.</em></p> <blockquote> <hr /> <h2>title: &quot;Changelog&quot; icon: &quot;list-check&quot; rss: true</h2> <!-- raw HTML omitted --> <p><strong><a href="https://github.com/jlowin/fastmcp/releases/tag/v3.0.0b1">v3.0.0b1: This Beta Work</a></strong></p> <p>FastMCP 3.0 rebuilds the framework around three primitives: components, providers, and transforms. Providers source components dynamically—from decorators, filesystems, OpenAPI specs, remote servers, or anywhere else. Transforms modify components as they flow to clients—renaming, namespacing, filtering, securing. The features that required specialized subsystems in v2 now compose naturally from these building blocks.</p> <p>🔌 <strong>Provider Architecture</strong> unifies how components are sourced. <code>FileSystemProvider</code> discovers decorated functions from directories with optional hot-reload. <code>SkillsProvider</code> exposes agent skill files as MCP resources. <code>OpenAPIProvider</code> and <code>ProxyProvider</code> get cleaner integrations. Providers are composable—share one across servers, or attach many to one server.</p> <p>🔄 <strong>Transforms</strong> add middleware for components. Namespace mounted servers, rename verbose tools, filter by version, control visibility—all without touching source code. <code>ResourcesAsTools</code> and <code>PromptsAsTools</code> expose non-tool components to tool-only clients.</p> <p>📋 <strong>Component Versioning</strong> lets you register <code>@tool(version=&quot;2.0&quot;)</code> alongside older versions. Clients see the highest version by default but can request specific versions. <code>VersionFilter</code> serves different API versions from one codebase.</p> <p>💾 <strong>Session-Scoped State</strong> persists across requests. <code>await ctx.set_state()</code> and <code>await ctx.get_state()</code> now survive the full session. Per-session visibility via <code>ctx.enable_components()</code> lets servers adapt dynamically to each client.</p> <p>⚡ <strong>DX Improvements</strong> include <code>--reload</code> for auto-restart during development, automatic threadpool dispatch for sync functions, tool timeouts, pagination for large component lists, and OpenTelemetry tracing.</p> <p>🔐 <strong>Component Authorization</strong> via <code>@tool(auth=require_scopes(&quot;admin&quot;))</code> and <code>AuthMiddleware</code> for server-wide policies.</p> <p>Breaking changes are minimal: for most servers, updating the import statement is all you need. See the <a href="https://github.com/jlowin/fastmcp/blob/main/docs/development/upgrade-guide.mdx">migration guide</a> for details.</p> <h2>What's Changed</h2> <h3>New Features 🎉</h3> <ul> <li>Refactor resource behavior and add meta support by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2611">#2611</a></li> <li>Refactor prompt behavior and add meta support by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2610">#2610</a></li> <li>feat: Provider abstraction for dynamic MCP components by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2622">#2622</a></li> <li>Unify component storage in LocalProvider by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2680">#2680</a></li> <li>Introduce ResourceResult as canonical resource return type by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2734">#2734</a></li> <li>Introduce Message and PromptResult as canonical prompt types by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2738">#2738</a></li> <li>Add --reload flag for auto-restart on file changes by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2816">#2816</a></li> <li>Add FileSystemProvider for filesystem-based component discovery by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2823">#2823</a></li> <li>Add standalone decorators and eliminate fastmcp.fs module by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2832">#2832</a></li> <li>Add authorization checks to components and servers by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2855">#2855</a></li> <li>Decorators return functions instead of component objects by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2856">#2856</a></li> <li>Add transform system for modifying components in provider chains by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2836">#2836</a></li> <li>Add OpenTelemetry tracing support by <a href="https://github.com/chrisguidry"><code>@​chrisguidry</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2869">#2869</a></li> <li>Add component versioning and VersionFilter transform by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2894">#2894</a></li> <li>Add version discovery and calling a certain version for components by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2897">#2897</a></li> <li>Refactor visibility to mark-based enabled system by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2912">#2912</a></li> <li>Add session-specific visibility control via Context by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2917">#2917</a></li> <li>Add Skills Provider for exposing agent skills as MCP resources by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2944">#2944</a></li> </ul> <h3>Enhancements 🔧</h3> <ul> <li>Convert mounted servers to MountedProvider by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2635">#2635</a></li> <li>Simplify .key as computed property by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2648">#2648</a></li> <li>Refactor MountedProvider into FastMCPProvider + TransformingProvider by <a href="https://github.com/jlowin"><code>@​jlowin</code></a> in <a href="https://redirect.github.com/jlowin/fastmcp/pull/2653">#2653</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jlowin/fastmcp/commit/21221b4ab128e8dd71b5d9637fa70a9139511380"><code>21221b4</code></a> Add release notes for v2.14.4 and v2.14.5 (<a href="https://redirect.github.com/jlowin/fastmcp/issues/3063">#3063</a>)</li> <li><a href="https://github.com/jlowin/fastmcp/commit/7d3240950536d2141ef0a5ac4f1f2cfb2a3af03b"><code>7d32409</code></a> Merge pull request <a href="https://redirect.github.com/jlowin/fastmcp/issues/2992">#2992</a> from jlowin/pydocket-github-validation</li> <li><a href="https://github.com/jlowin/fastmcp/commit/65d6f0654d9173cecee8774bf2b0b66f7b9c7d1b"><code>65d6f06</code></a> Bump pydocket to &gt;=0.17.2</li> <li><a href="https://github.com/jlowin/fastmcp/commit/5f680787f1e6e90a8dc1e04ad09e747f43e599da"><code>5f68078</code></a> Bump pydocket to &gt;=0.17.2b3</li> <li><a href="https://github.com/jlowin/fastmcp/commit/0afa02908e71779d1d098aef26f77f221c4d6e0f"><code>0afa029</code></a> Make read_resource test flexible for MCP version differences</li> <li><a href="https://github.com/jlowin/fastmcp/commit/7ad97d92cd24aa708f4c49c118ba967274e78096"><code>7ad97d9</code></a> Update test snapshot for MCP 1.26.0 serialization change</li> <li><a href="https://github.com/jlowin/fastmcp/commit/cd0274c0da8917c80b034f5f2a8ab4ce365dad23"><code>cd0274c</code></a> Bump pydocket to &gt;=0.17.2b2</li> <li><a href="https://github.com/jlowin/fastmcp/commit/f1a89eb84b2e039df019ba322f936e722676b861"><code>f1a89eb</code></a> Bump pydocket to &gt;=0.17.2b1</li> <li><a href="https://github.com/jlowin/fastmcp/commit/c9ed36e6519e620d5b6982279c7ee7ac6f11b868"><code>c9ed36e</code></a> Point to fix-cancellation-handling branch</li> <li><a href="https://github.com/jlowin/fastmcp/commit/8cec853c58305bc356be386dab5e2a6cc4e03060"><code>8cec853</code></a> Point to fix-redis-connection-guards branch</li> <li>Additional commits viewable in <a href="https://github.com/jlowin/fastmcp/compare/v2.14.4...v2.14.5">compare view</a></li> </ul> </details> <br /> Updates `anthropic` from 0.77.0 to 0.79.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-python/releases">anthropic's releases</a>.</em></p> <blockquote> <h2>v0.79.0</h2> <h2>0.79.0 (2026-02-07)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.78.0...v0.79.0">v0.78.0...v0.79.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> enabling fast-mode in claude-opus-4-6 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/5953ba7b425ba113595de570bc8c639ff4dc4047">5953ba7</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>pass speed parameter through in sync beta count_tokens (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/1dd6119daca6de7a6eb730eb2494f368889ea050">1dd6119</a>)</li> </ul> <h2>v0.78.0</h2> <h2>0.78.0 (2026-02-05)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.77.1...v0.78.0">v0.77.1...v0.78.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Release Claude Opus 4.6, adaptive thinking, and other features (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/3ef1529b45c55645646cc6043784f999fda088de">3ef1529</a>)</li> </ul> <h2>v0.77.1</h2> <h2>0.77.1 (2026-02-03)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.77.0...v0.77.1">v0.77.0...v0.77.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>structured outputs:</strong> send structured output beta header when format is omitted (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1158">#1158</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/258494e2b814a6a096b01e50f83560b4cf4a98ad">258494e</a>)</li> </ul> <h3>Chores</h3> <ul> <li>remove claude-code-review workflow (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1338">#1338</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/aec4512305e8dce41df8ef0ab225f4939e099bcf">aec4512</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md">anthropic's changelog</a>.</em></p> <blockquote> <h2>0.79.0 (2026-02-07)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.78.0...v0.79.0">v0.78.0...v0.79.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> enabling fast-mode in claude-opus-4-6 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/5953ba7b425ba113595de570bc8c639ff4dc4047">5953ba7</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>pass speed parameter through in sync beta count_tokens (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/1dd6119daca6de7a6eb730eb2494f368889ea050">1dd6119</a>)</li> </ul> <h2>0.78.0 (2026-02-05)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.77.1...v0.78.0">v0.77.1...v0.78.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Release Claude Opus 4.6, adaptive thinking, and other features (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/3ef1529b45c55645646cc6043784f999fda088de">3ef1529</a>)</li> </ul> <h2>0.77.1 (2026-02-03)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.77.0...v0.77.1">v0.77.0...v0.77.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>structured outputs:</strong> send structured output beta header when format is omitted (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1158">#1158</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/258494e2b814a6a096b01e50f83560b4cf4a98ad">258494e</a>)</li> </ul> <h3>Chores</h3> <ul> <li>remove claude-code-review workflow (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1338">#1338</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/aec4512305e8dce41df8ef0ab225f4939e099bcf">aec4512</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/cd1b39bf073c5482ed1c717f11147365eb68bbe9"><code>cd1b39b</code></a> release: 0.79.0</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/fb52a6a09d09cde88913e36dadb03c335815d79a"><code>fb52a6a</code></a> fix: pass speed parameter through in sync beta count_tokens</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/b7c2df239d1256ee358501a2cd89bfe9ea129abe"><code>b7c2df2</code></a> feat(api): enabling fast-mode in claude-opus-4-6</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/7c42e4b04b170d88f39805b2b5956fa04a6e26d5"><code>7c42e4b</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1163">#1163</a>)</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/f2b61ed11c36de713bdf6ec27cd502826965c882"><code>f2b61ed</code></a> release: 0.78.0</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/a4a29cab92c50bebc636bf97cd3177719a1cd8df"><code>a4a29ca</code></a> feat(api): manual updates</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/3955600d74eafef1eef5a66f460b54ed5deaf130"><code>3955600</code></a> release: 0.77.1</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/eca8ddfb199a012ac8d5fd362757c4155afcb419"><code>eca8ddf</code></a> fix(structured outputs): send structured output beta header when format is om...</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/ee44c52131650fb17ee618d20d17f792d5071230"><code>ee44c52</code></a> chore: remove claude-code-review workflow (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1338">#1338</a>)</li> <li>See full diff in <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.77.0...v0.79.0">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.14.14 to 0.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>0.15.0</h2> <h2>Release Notes</h2> <p>Released on 2026-02-03.</p> <p>Check out the <a href="https://astral.sh/blog/ruff-v0.15.0">blog post</a> for a migration guide and overview of the changes!</p> <h3>Breaking changes</h3> <ul> <li> <p>Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.</p> </li> <li> <p>The linter now supports block suppression comments. For example, to suppress <code>N803</code> for all parameters in this function:</p> <pre lang="python"><code># ruff: disable[N803] def foo( legacyArg1, legacyArg2, legacyArg3, legacyArg4, ): ... # ruff: enable[N803] </code></pre> <p>See the <a href="https://docs.astral.sh/ruff/linter/#block-level">documentation</a> for more details.</p> </li> <li> <p>The <code>ruff:alpine</code> Docker image is now based on Alpine 3.23 (up from 3.21).</p> </li> <li> <p>The <code>ruff:debian</code> and <code>ruff:debian-slim</code> Docker images are now based on Debian 13 &quot;Trixie&quot; instead of Debian 12 &quot;Bookworm.&quot;</p> </li> <li> <p>Binaries for the <code>ppc64</code> (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.</p> </li> <li> <p>Ruff now resolves all <code>extend</code>ed configuration files before falling back on a default Python version.</p> </li> </ul> <h3>Stabilization</h3> <p>The following rules have been stabilized and are no longer in preview:</p> <ul> <li><a href="https://docs.astral.sh/ruff/rules/blocking-http-call-httpx-in-async-function"><code>blocking-http-call-httpx-in-async-function</code></a> (<code>ASYNC212</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/blocking-path-method-in-async-function"><code>blocking-path-method-in-async-function</code></a> (<code>ASYNC240</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/blocking-input-in-async-function"><code>blocking-input-in-async-function</code></a> (<code>ASYNC250</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/map-without-explicit-strict"><code>map-without-explicit-strict</code></a> (<code>B912</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/if-exp-instead-of-or-operator"><code>if-exp-instead-of-or-operator</code></a> (<code>FURB110</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/single-item-membership-test"><code>single-item-membership-test</code></a> (<code>FURB171</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/missing-maxsplit-arg"><code>missing-maxsplit-arg</code></a> (<code>PLC0207</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/unnecessary-lambda"><code>unnecessary-lambda</code></a> (<code>PLW0108</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/unnecessary-empty-iterable-within-deque-call"><code>unnecessary-empty-iterable-within-deque-call</code></a> (<code>RUF037</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/in-empty-collection"><code>in-empty-collection</code></a> (<code>RUF060</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/legacy-form-pytest-raises"><code>legacy-form-pytest-raises</code></a> (<code>RUF061</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/non-octal-permissions"><code>non-octal-permissions</code></a> (<code>RUF064</code>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.15.0</h2> <p>Released on 2026-02-03.</p> <p>Check out the <a href="https://astral.sh/blog/ruff-v0.15.0">blog post</a> for a migration guide and overview of the changes!</p> <h3>Breaking changes</h3> <ul> <li> <p>Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.</p> </li> <li> <p>The linter now supports block suppression comments. For example, to suppress <code>N803</code> for all parameters in this function:</p> <pre lang="python"><code># ruff: disable[N803] def foo( legacyArg1, legacyArg2, legacyArg3, legacyArg4, ): ... # ruff: enable[N803] </code></pre> <p>See the <a href="https://docs.astral.sh/ruff/linter/#block-level">documentation</a> for more details.</p> </li> <li> <p>The <code>ruff:alpine</code> Docker image is now based on Alpine 3.23 (up from 3.21).</p> </li> <li> <p>The <code>ruff:debian</code> and <code>ruff:debian-slim</code> Docker images are now based on Debian 13 &quot;Trixie&quot; instead of Debian 12 &quot;Bookworm.&quot;</p> </li> <li> <p>Binaries for the <code>ppc64</code> (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.</p> </li> <li> <p>Ruff now resolves all <code>extend</code>ed configuration files before falling back on a default Python version.</p> </li> </ul> <h3>Stabilization</h3> <p>The following rules have been stabilized and are no longer in preview:</p> <ul> <li><a href="https://docs.astral.sh/ruff/rules/blocking-http-call-httpx-in-async-function"><code>blocking-http-call-httpx-in-async-function</code></a> (<code>ASYNC212</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/blocking-path-method-in-async-function"><code>blocking-path-method-in-async-function</code></a> (<code>ASYNC240</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/blocking-input-in-async-function"><code>blocking-input-in-async-function</code></a> (<code>ASYNC250</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/map-without-explicit-strict"><code>map-without-explicit-strict</code></a> (<code>B912</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/if-exp-instead-of-or-operator"><code>if-exp-instead-of-or-operator</code></a> (<code>FURB110</code>)</li> <li><a href="https://docs.astral.sh/ruff/rules/single-item-membership-test"><code>single-item-membership-test</code></a> (<code>FURB171</code>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/ce5f7b6127a5d684e96fd0f8e387f73c41c7a1b0"><code>ce5f7b6</code></a> Bump 0.15.0 (<a href="https://redirect.github.com/astral-sh/ruff/issues/23055">#23055</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b4e40f539cdbafac8afd6e510994ca64c3b317b9"><code>b4e40f5</code></a> [ty] Fix <code>__contains__</code> to respect descriptors (<a href="https://redirect.github.com/astral-sh/ruff/issues/23056">#23056</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/848cb72dc14b4c9409bf08e8323b4119d6b90005"><code>848cb72</code></a> [ty] Fix narrowing of nonlocal variables with conditional assignments (<a href="https://redirect.github.com/astral-sh/ruff/issues/22966">#22966</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/da7f33af22c7da3f3cb9321f776dda4131dda3cb"><code>da7f33a</code></a> [ty] Add a diagnostic for <code>Final</code> without assignment (<a href="https://redirect.github.com/astral-sh/ruff/issues/23001">#23001</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/e65f9a6b039fa411e5609a7bda9bb7ffd11e9b1a"><code>e65f9a6</code></a> Document markdown formatting feature (<a href="https://redirect.github.com/astral-sh/ruff/issues/22990">#22990</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c0c1b985c9ec4b3570b0a28af69ad6776a3ec401"><code>c0c1b98</code></a> Format markdown code blocks with line-by-line regex parse (<a href="https://redirect.github.com/astral-sh/ruff/issues/22996">#22996</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/9f8f3e196bd6d4f2c572075536dd38b769c48087"><code>9f8f3e1</code></a> Allow positional-only params with defaults in method overrides (<a href="https://redirect.github.com/astral-sh/ruff/issues/23037">#23037</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/ef83810e118e3e41aa6c63f87f8a8147363a3e56"><code>ef83810</code></a> [ty] ecosystem-analyzer: Support bare git repositories (<a href="https://redirect.github.com/astral-sh/ruff/issues/23054">#23054</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/54dfee4cb800c0b0890b2b2c74c64cc45584194c"><code>54dfee4</code></a> Customize where the <code>fix_title</code> sub-diagnostic appears (<a href="https://redirect.github.com/astral-sh/ruff/issues/23044">#23044</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b53460799b592e5276e1d148d8a48469f396032e"><code>b534607</code></a> 2026 Ruff Formatter Style (<a href="https://redirect.github.com/astral-sh/ruff/issues/22735">#22735</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.14.14...0.15.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b94f9b8 commit 43f6f0a

File tree

1 file changed

+57
-121
lines changed

1 file changed

+57
-121
lines changed

0 commit comments

Comments
 (0)