[PR #115] [MERGED] Add a custom user type #358

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

📋 Pull Request Information

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

Base: mainHead: eugene/add_custom_user_type


📝 Commits (4)

📊 Changes

6 files changed (+100 additions, -8 deletions)

View changed files

📝 README.md (+27 -1)
📝 examples/file_processing/server.py (+4 -4)
📝 langserve/__init__.py (+7 -2)
langserve/schema.py (+23 -0)
📝 langserve/server.py (+4 -1)
📝 tests/unit_tests/test_server_client.py (+35 -0)

📄 Description

Add a custom user type


🔄 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/115 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/26/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_custom_user_type` --- ### 📝 Commits (4) - [`fe2e896`](https://github.com/langchain-ai/langserve/commit/fe2e8968389464cf8593468f64896f87f77fd7b6) x - [`b040d8d`](https://github.com/langchain-ai/langserve/commit/b040d8db72dac8b6d0d2ac1ee6f57a4c227c5556) x - [`9573925`](https://github.com/langchain-ai/langserve/commit/957392513c8447850eddf2b960b315c75e2d07b4) x - [`f3f53d5`](https://github.com/langchain-ai/langserve/commit/f3f53d5aacc9ba30bdae3bd10312f42dcaea7d93) x ### 📊 Changes **6 files changed** (+100 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+27 -1) 📝 `examples/file_processing/server.py` (+4 -4) 📝 `langserve/__init__.py` (+7 -2) ➕ `langserve/schema.py` (+23 -0) 📝 `langserve/server.py` (+4 -1) 📝 `tests/unit_tests/test_server_client.py` (+35 -0) </details> ### 📄 Description Add a custom user type --- <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:16 -05:00
yindo closed this issue 2026-02-16 00:20:16 -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#358