[PR #281] [MERGED] Enable/disable endpoints #477

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

📋 Pull Request Information

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

Base: mainHead: eugene/endpoints_configs


📝 Commits (4)

📊 Changes

2 files changed (+182 additions, -59 deletions)

View changed files

📝 langserve/server.py (+178 -36)
📝 tests/unit_tests/test_server_client.py (+4 -23)

📄 Description

Add optionality to enable/disable endpoints


🔄 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/281 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/endpoints_configs` --- ### 📝 Commits (4) - [`83401ee`](https://github.com/langchain-ai/langserve/commit/83401ee5c520b8679bfd09030f808f9a0579a16b) x - [`fa3a186`](https://github.com/langchain-ai/langserve/commit/fa3a1862f8448b55aec96aa663c3c36ae9c7db24) x - [`4ef47bf`](https://github.com/langchain-ai/langserve/commit/4ef47bffa9e9863cd77a95fbd8e007284d3037ce) x - [`c107e86`](https://github.com/langchain-ai/langserve/commit/c107e86b1dcf3e65f8a768cd3274494a1a49856d) x ### 📊 Changes **2 files changed** (+182 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `langserve/server.py` (+178 -36) 📝 `tests/unit_tests/test_server_client.py` (+4 -23) </details> ### 📄 Description Add optionality to enable/disable endpoints --- <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:07 -05:00
yindo closed this issue 2026-02-16 01:15:07 -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#477