[PR #56] [MERGED] Account for custom input and output types #311

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/56
Author: @eyurtsev
Created: 10/18/2023
Status: Merged
Merged: 10/19/2023
Merged by: @eyurtsev

Base: mainHead: eugene/use_custom_input_output


📝 Commits (9)

📊 Changes

2 files changed (+135 additions, -4 deletions)

View changed files

📝 langserve/server.py (+7 -3)
📝 tests/unit_tests/test_server_client.py (+128 -1)

📄 Description

Account for custom input and output types


🔄 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/56 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/18/2023 **Status:** ✅ Merged **Merged:** 10/19/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/use_custom_input_output` --- ### 📝 Commits (9) - [`d75ffc0`](https://github.com/langchain-ai/langserve/commit/d75ffc0762fda9128db97fdd912fecc969d4a93f) x - [`64fee95`](https://github.com/langchain-ai/langserve/commit/64fee956ee963c75fdc3dff93ba67fe6186cd829) x - [`b12aa9f`](https://github.com/langchain-ai/langserve/commit/b12aa9f6003cc00c051e5bde96ca1ac74772aa0c) x - [`912ca2b`](https://github.com/langchain-ai/langserve/commit/912ca2bd003486e45a3fe19883866c4e6c789d85) x - [`3ca503f`](https://github.com/langchain-ai/langserve/commit/3ca503f9c3c09a578484c54976bb88ca8cd05a19) x - [`ae5b4c9`](https://github.com/langchain-ai/langserve/commit/ae5b4c9844ebbdaaec20da4bad774a2bff4c33b5) add one more test - [`909a615`](https://github.com/langchain-ai/langserve/commit/909a615e0068175d1c8af9dbe06625fa205f1ff6) Merge branch 'main' into eugene/use_custom_input_output - [`3be4663`](https://github.com/langchain-ai/langserve/commit/3be46635b34045f9424c8db83dc4cf8d7fb782b3) x - [`f1ebfe1`](https://github.com/langchain-ai/langserve/commit/f1ebfe18ddf8f435220716d2da8cfd3cdcc23598) x ### 📊 Changes **2 files changed** (+135 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `langserve/server.py` (+7 -3) 📝 `tests/unit_tests/test_server_client.py` (+128 -1) </details> ### 📄 Description Account for custom input and output types --- <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:20:07 -05:00
yindo closed this issue 2026-02-16 00:20: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#311