[PR #291] [MERGED] Add filtering for LangServe by run name through allow list #484

Closed
opened 2026-02-16 01:15:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/291
Author: @akira
Created: 12/5/2023
Status: Merged
Merged: 12/6/2023
Merged by: @eyurtsev

Base: mainHead: akira/allowlist


📝 Commits (3)

  • 320a411 Add filtering for LangServe by run name through allow list
  • 455a632 Merge branch 'main' into akira/allowlist
  • a0b8a07 Feedback

📊 Changes

3 files changed (+114 additions, -19 deletions)

View changed files

📝 langserve/api_handler.py (+20 -13)
📝 langserve/server.py (+10 -6)
📝 tests/unit_tests/test_server_client.py (+84 -0)

📄 Description

No description provided


🔄 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/langserve/pull/291 **Author:** [@akira](https://github.com/akira) **Created:** 12/5/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `akira/allowlist` --- ### 📝 Commits (3) - [`320a411`](https://github.com/langchain-ai/langserve/commit/320a4117ae490a6727ecb51d4cc2162e59809ec1) Add filtering for LangServe by run name through allow list - [`455a632`](https://github.com/langchain-ai/langserve/commit/455a632443f56db8e2a43ae67432aa02bc37e00a) Merge branch 'main' into akira/allowlist - [`a0b8a07`](https://github.com/langchain-ai/langserve/commit/a0b8a079c28d86d71316e88b7c42e98dabe60d79) Feedback ### 📊 Changes **3 files changed** (+114 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `langserve/api_handler.py` (+20 -13) 📝 `langserve/server.py` (+10 -6) 📝 `tests/unit_tests/test_server_client.py` (+84 -0) </details> ### 📄 Description _No description provided_ --- <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-16 01:15:08 -05:00
yindo closed this issue 2026-02-16 01:15:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#484