[PR #297] [MERGED] Validate that endpoints are passed as a sequence #489

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/297
Author: @eyurtsev
Created: 12/6/2023
Status: Merged
Merged: 12/6/2023
Merged by: @eyurtsev

Base: mainHead: eugene/validate_configs


📝 Commits (3)

📊 Changes

3 files changed (+44 additions, -3 deletions)

View changed files

📝 README.md (+1 -1)
📝 langserve/server.py (+12 -0)
📝 tests/unit_tests/test_server_client.py (+31 -2)

📄 Description

  • Validate endpoints are passed as lists / tuples rather than a string
  • Use lists instead of tuples in readme.md for endponts examples

🔄 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/297 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/6/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/validate_configs` --- ### 📝 Commits (3) - [`df35db8`](https://github.com/langchain-ai/langserve/commit/df35db84aaae98afa6c3d8cbcfba8767617f1721) x - [`e9c147a`](https://github.com/langchain-ai/langserve/commit/e9c147a5be209de0c3381b943199100f3c227e1e) Merge branch 'main' into eugene/validate_configs - [`78b02a1`](https://github.com/langchain-ai/langserve/commit/78b02a108f504e1b02969b4b5a79185db23a00cf) Use lists instead of tuples ### 📊 Changes **3 files changed** (+44 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `langserve/server.py` (+12 -0) 📝 `tests/unit_tests/test_server_client.py` (+31 -2) </details> ### 📄 Description - Validate endpoints are passed as lists / tuples rather than a string - Use lists instead of tuples in readme.md for endponts examples --- <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#489