[PR #985] [MERGED] fix: anthropic caching middleware import #1203

Closed
opened 2026-02-17 17:21:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/985
Author: @pyaf
Created: 10/18/2025
Status: Merged
Merged: 10/19/2025
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (3)

  • 56eab18 Corrected a wrong import statement
  • 0f71bad Merge branch 'main' into patch-1
  • 24cbff7 Merge branch 'main' into patch-1

📊 Changes

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

View changed files

📝 src/oss/langchain/middleware.mdx (+1 -1)

📄 Description

Corrected Anthropic Prompt Caching Middleware import

Overview

Type of change

Type: Fix typo

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

I'm not sure if the typescript version needs a similar update too as well or not. Please let me know and I'll update this PR.


🔄 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/985 **Author:** [@pyaf](https://github.com/pyaf) **Created:** 10/18/2025 **Status:** ✅ Merged **Merged:** 10/19/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`56eab18`](https://github.com/langchain-ai/docs/commit/56eab18f8829515d94ced14a7ba97677f11c25ff) Corrected a wrong import statement - [`0f71bad`](https://github.com/langchain-ai/docs/commit/0f71bad1f3b0fe1c95c26558d585096ecf748642) Merge branch 'main' into patch-1 - [`24cbff7`](https://github.com/langchain-ai/docs/commit/24cbff7d441dd5d60a820df6d3248556c1f92f3d) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/middleware.mdx` (+1 -1) </details> ### 📄 Description Corrected Anthropic Prompt Caching Middleware import ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** Fix typo ## Related issues/PRs ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes I'm not sure if the typescript version needs a similar update too as well or not. Please let me know and I'll update this PR. --- <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-02-17 17:21:55 -05:00
yindo closed this issue 2026-02-17 17:21:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1203