[PR #9] [MERGED] Add input/output/config endpoints to server and test out configurability of runnables #265

Closed
opened 2026-02-16 00:19:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/9
Author: @eyurtsev
Created: 10/2/2023
Status: Merged
Merged: 10/4/2023
Merged by: @eyurtsev

Base: mainHead: eugene/add_configurable


📝 Commits (10+)

📊 Changes

6 files changed (+131 additions, -108 deletions)

View changed files

📝 langserve/server.py (+73 -13)
📝 langserve/validation.py (+2 -23)
📝 poetry.lock (+13 -56)
📝 pyproject.toml (+1 -1)
📝 tests/unit_tests/test_server_client.py (+31 -8)
📝 tests/unit_tests/test_validation.py (+11 -7)

📄 Description

Code is in a working state. Potentially some minor kinks. Dependent on features on master, so should not be landed prior to master being released


🔄 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/9 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_configurable` --- ### 📝 Commits (10+) - [`f6c7774`](https://github.com/langchain-ai/langserve/commit/f6c7774253502c04b2c8fcb459dd049f8ed806d8) x - [`598b361`](https://github.com/langchain-ai/langserve/commit/598b361fa0ec8b035755bfa84d68dc8bad135e59) x - [`818e0c0`](https://github.com/langchain-ai/langserve/commit/818e0c052821fe136128823825a83f97de5783b2) x - [`11f08b2`](https://github.com/langchain-ai/langserve/commit/11f08b20beb4bc2baa73d4d641b3dbb03ef0a735) x - [`d71ceba`](https://github.com/langchain-ai/langserve/commit/d71ceba15ea00991fd7efddb97d07f55b0efe12c) x - [`15393b7`](https://github.com/langchain-ai/langserve/commit/15393b7828c32bc666835f9fdf2a9ee99d29f54b) x - [`88de4cc`](https://github.com/langchain-ai/langserve/commit/88de4ccde155058b2e069f6831d4dc0b3f3864e8) x - [`1bc7061`](https://github.com/langchain-ai/langserve/commit/1bc706164d8c75284c656a00cc8f29ae507ac071) x - [`560af92`](https://github.com/langchain-ai/langserve/commit/560af929b41cb0235e3cbec12206b0ffee15cc37) x - [`93ff70e`](https://github.com/langchain-ai/langserve/commit/93ff70e417f03fb49ec8ea8d0e89d25e865facb1) x ### 📊 Changes **6 files changed** (+131 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `langserve/server.py` (+73 -13) 📝 `langserve/validation.py` (+2 -23) 📝 `poetry.lock` (+13 -56) 📝 `pyproject.toml` (+1 -1) 📝 `tests/unit_tests/test_server_client.py` (+31 -8) 📝 `tests/unit_tests/test_validation.py` (+11 -7) </details> ### 📄 Description Code is in a working state. Potentially some minor kinks. Dependent on features on master, so should not be landed prior to master being released --- <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 00:19:58 -05:00
yindo closed this issue 2026-02-16 00:19:58 -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#265