[PR #3409] [MERGED] chore(deps): bump anthropic from 0.86.0 to 0.87.0 in the uv group across 1 directory #3465

Closed
opened 2026-06-05 18:23:11 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3409
Author: @dependabot[bot]
Created: 4/1/2026
Status: Merged
Merged: 4/3/2026
Merged by: @jkennedyvz

Base: mainHead: dependabot/uv/uv-01fcc849f0


📝 Commits (1)

  • afce6bd chore(deps): bump anthropic in the uv group across 1 directory

📊 Changes

1 file changed (+38 additions, -3 deletions)

View changed files

📝 uv.lock (+38 -3)

📄 Description

Bumps the uv group with 1 update in the / directory: anthropic.

Updates anthropic from 0.86.0 to 0.87.0

Release notes

Sourced from anthropic's releases.

v0.87.0

0.87.0 (2026-03-31)

Full Changelog: v0.86.0...v0.87.0

Features

  • client: add error type field to APIStatusError (#1587) (dd563c0)
  • internal: implement indices array format for query and form serialization (11a6244)

Bug Fixes

  • honor api_exclude in async transform path (#1612) (8172232), closes #1610
  • memory: return resolved path from async _validate_path (7b0add3)
  • memory: use restrictive file mode for memory files (47ba5b8)
  • sanitize endpoint path params (98f60e4)
  • transform schema: support enums (#1275) (5c088ab)

Chores

  • ci: run builds on CI even if only spec metadata changed (194c050)
  • ci: skip lint on metadata-only changes (03e2ab9)
  • internal: update gitignore (94ede14)
  • tests: bump steady to v0.19.4 (2d6d58f)
  • tests: bump steady to v0.19.5 (8fb439a)
  • tests: bump steady to v0.19.6 (76da5fd)
  • tests: bump steady to v0.19.7 (bfa40e5)
  • tests: bump steady to v0.20.1 (4fd9446)
Changelog

Sourced from anthropic's changelog.

0.87.0 (2026-03-31)

Full Changelog: v0.86.0...v0.87.0

Features

  • client: add error type field to APIStatusError (#1587) (dd563c0)
  • internal: implement indices array format for query and form serialization (11a6244)

Bug Fixes

  • honor api_exclude in async transform path (#1612) (8172232), closes #1610
  • memory: return resolved path from async _validate_path (7b0add3)
  • memory: use restrictive file mode for memory files (47ba5b8)
  • sanitize endpoint path params (98f60e4)
  • transform schema: support enums (#1275) (5c088ab)

Chores

  • ci: run builds on CI even if only spec metadata changed (194c050)
  • ci: skip lint on metadata-only changes (03e2ab9)
  • internal: update gitignore (94ede14)
  • tests: bump steady to v0.19.4 (2d6d58f)
  • tests: bump steady to v0.19.5 (8fb439a)
  • tests: bump steady to v0.19.6 (76da5fd)
  • tests: bump steady to v0.19.7 (bfa40e5)
  • tests: bump steady to v0.20.1 (4fd9446)
Commits
  • ab0c446 release: 0.87.0
  • 6599043 fix(memory): return resolved path from async _validate_path
  • 715030c fix(memory): use restrictive file mode for memory files
  • 6cdbc5f chore(tests): bump steady to v0.20.1
  • 4beda3c Add output-300k-2026-03-24 beta header
  • 3b77b82 chore(ci): run builds on CI even if only spec metadata changed
  • 764ddba feat(internal): implement indices array format for query and form serialization
  • 8a06a90 codegen metadata
  • 7f8cf3c chore(tests): bump steady to v0.19.7
  • 0eba0dd chore(ci): skip lint on metadata-only changes
  • Additional commits viewable in compare view


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3409 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2026 **Status:** ✅ Merged **Merged:** 4/3/2026 **Merged by:** [@jkennedyvz](https://github.com/jkennedyvz) **Base:** `main` ← **Head:** `dependabot/uv/uv-01fcc849f0` --- ### 📝 Commits (1) - [`afce6bd`](https://github.com/langchain-ai/docs/commit/afce6bd0e78f9d8b1e7e5ac112cfe6a68d5ec5b0) chore(deps): bump anthropic in the uv group across 1 directory ### 📊 Changes **1 file changed** (+38 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `uv.lock` (+38 -3) </details> ### 📄 Description Bumps the uv group with 1 update in the / directory: [anthropic](https://github.com/anthropics/anthropic-sdk-python). Updates `anthropic` from 0.86.0 to 0.87.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.87.0</h2> <h2>0.87.0 (2026-03-31)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.86.0...v0.87.0">v0.86.0...v0.87.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> add error type field to APIStatusError (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1587">#1587</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/dd563c031c2a0be75ccb6175246685abd5806d7d">dd563c0</a>)</li> <li><strong>internal:</strong> implement indices array format for query and form serialization (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/11a624467bd44175bc602f0135ff354895bdebdd">11a6244</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>honor <strong>api_exclude</strong> in async transform path (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1612">#1612</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/8172232a8bb19e0d0bf10df1c3c21ed492784585">8172232</a>), closes <a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1610">#1610</a></li> <li><strong>memory:</strong> return resolved path from async _validate_path (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/7b0add32bd5fc59ad0fa277ef6982ee1df1eed7a">7b0add3</a>)</li> <li><strong>memory:</strong> use restrictive file mode for memory files (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/47ba5b8f5f74beb1e1babef249754e1312b9dddf">47ba5b8</a>)</li> <li>sanitize endpoint path params (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/98f60e42039392a133d83c8673d659f514c15a35">98f60e4</a>)</li> <li><strong>transform schema:</strong> support enums (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1275">#1275</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/5c088ab1d162b1c1a18f566688b31bfbd7610825">5c088ab</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>ci:</strong> run builds on CI even if only spec metadata changed (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/194c05029403cef820897c3c6b2c26d4df0736f7">194c050</a>)</li> <li><strong>ci:</strong> skip lint on metadata-only changes (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/03e2ab9e95ec452d7d519e0b419c8881f3ae3a08">03e2ab9</a>)</li> <li><strong>internal:</strong> update gitignore (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/94ede14b443c78b51931c185d1cd44f4ef201eae">94ede14</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.4 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/2d6d58fa0101930c8f5cd9e9a94e7e988055f371">2d6d58f</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.5 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/8fb439afeadaf608cbf7d4630d01735f97227e3e">8fb439a</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.6 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/76da5fdd03b7ffc65a8b58b9f2a0df3e03c587c9">76da5fd</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.7 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/bfa40e5c5bed65da0f3f664082e58e85c26b9c66">bfa40e5</a>)</li> <li><strong>tests:</strong> bump steady to v0.20.1 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/4fd9446332ae114072dac968134e6451c62138bb">4fd9446</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.87.0 (2026-03-31)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.86.0...v0.87.0">v0.86.0...v0.87.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> add error type field to APIStatusError (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1587">#1587</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/dd563c031c2a0be75ccb6175246685abd5806d7d">dd563c0</a>)</li> <li><strong>internal:</strong> implement indices array format for query and form serialization (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/11a624467bd44175bc602f0135ff354895bdebdd">11a6244</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>honor <strong>api_exclude</strong> in async transform path (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1612">#1612</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/8172232a8bb19e0d0bf10df1c3c21ed492784585">8172232</a>), closes <a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1610">#1610</a></li> <li><strong>memory:</strong> return resolved path from async _validate_path (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/7b0add32bd5fc59ad0fa277ef6982ee1df1eed7a">7b0add3</a>)</li> <li><strong>memory:</strong> use restrictive file mode for memory files (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/47ba5b8f5f74beb1e1babef249754e1312b9dddf">47ba5b8</a>)</li> <li>sanitize endpoint path params (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/98f60e42039392a133d83c8673d659f514c15a35">98f60e4</a>)</li> <li><strong>transform schema:</strong> support enums (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/1275">#1275</a>) (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/5c088ab1d162b1c1a18f566688b31bfbd7610825">5c088ab</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>ci:</strong> run builds on CI even if only spec metadata changed (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/194c05029403cef820897c3c6b2c26d4df0736f7">194c050</a>)</li> <li><strong>ci:</strong> skip lint on metadata-only changes (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/03e2ab9e95ec452d7d519e0b419c8881f3ae3a08">03e2ab9</a>)</li> <li><strong>internal:</strong> update gitignore (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/94ede14b443c78b51931c185d1cd44f4ef201eae">94ede14</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.4 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/2d6d58fa0101930c8f5cd9e9a94e7e988055f371">2d6d58f</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.5 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/8fb439afeadaf608cbf7d4630d01735f97227e3e">8fb439a</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.6 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/76da5fdd03b7ffc65a8b58b9f2a0df3e03c587c9">76da5fd</a>)</li> <li><strong>tests:</strong> bump steady to v0.19.7 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/bfa40e5c5bed65da0f3f664082e58e85c26b9c66">bfa40e5</a>)</li> <li><strong>tests:</strong> bump steady to v0.20.1 (<a href="https://github.com/anthropics/anthropic-sdk-python/commit/4fd9446332ae114072dac968134e6451c62138bb">4fd9446</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/ab0c4460a170183ff036e2a3dad320ac4ac2c76d"><code>ab0c446</code></a> release: 0.87.0</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/6599043eee6e86dce16953fcd1fd828052052be6"><code>6599043</code></a> fix(memory): return resolved path from async _validate_path</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/715030ceb4d6dd8d3546e999c680e29532bf1255"><code>715030c</code></a> fix(memory): use restrictive file mode for memory files</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/6cdbc5f37105e464704d911ef590b88c7e5ae427"><code>6cdbc5f</code></a> chore(tests): bump steady to v0.20.1</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/4beda3cc966b49166387aa9275cec8f88b004154"><code>4beda3c</code></a> Add output-300k-2026-03-24 beta header</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/3b77b826ce402881bcb2a43092e758368fccc99a"><code>3b77b82</code></a> chore(ci): run builds on CI even if only spec metadata changed</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/764ddbab9bcd6c4e076bf2618d4930e5b39cfb7c"><code>764ddba</code></a> feat(internal): implement indices array format for query and form serialization</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/8a06a905bb89bf8126e552d951270fe90869bc1d"><code>8a06a90</code></a> codegen metadata</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/7f8cf3c4c0c7a601847538364f6eccf00e72a2c4"><code>7f8cf3c</code></a> chore(tests): bump steady to v0.19.7</li> <li><a href="https://github.com/anthropics/anthropic-sdk-python/commit/0eba0dd8f9590254b91eaadb79e44b792d56d85b"><code>0eba0dd</code></a> chore(ci): skip lint on metadata-only changes</li> <li>Additional commits viewable in <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.86.0...v0.87.0">compare view</a></li> </ul> </details> <br /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:11 -04:00
yindo closed this issue 2026-06-05 18:23:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3465