[PR #49] [MERGED] Add endpoints scoped to a config hash encoded in url #302

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/49
Author: @nfcampos
Created: 10/17/2023
Status: Merged
Merged: 10/17/2023
Merged by: @nfcampos

Base: mainHead: nc/scoped-server


📝 Commits (7)

📊 Changes

8 files changed (+1148 additions, -454 deletions)

View changed files

📝 Makefile (+3 -0)
langserve/lzstring.py (+432 -0)
📝 langserve/server.py (+81 -24)
📝 poetry.lock (+535 -425)
📝 pyproject.toml (+4 -0)
tests/unit_tests/test_lzstring.py (+24 -0)
📝 tests/unit_tests/test_server_client.py (+66 -3)
📝 tests/unit_tests/test_validation.py (+3 -2)

📄 Description

No description provided


🔄 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/49 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 10/17/2023 **Status:** ✅ Merged **Merged:** 10/17/2023 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/scoped-server` --- ### 📝 Commits (7) - [`c512bdb`](https://github.com/langchain-ai/langserve/commit/c512bdb008254badea612d9924b465c2b8e4c16a) Add endpoints scoped to a config hash encoded in url - [`909f7bf`](https://github.com/langchain-ai/langserve/commit/909f7bf246cfd6cf30da5df1b534a5b4e73c76aa) Lint - [`4d249e2`](https://github.com/langchain-ai/langserve/commit/4d249e2e760060557e9980bbe497ce0c9c83e1a3) Deterministic test - [`ab2e809`](https://github.com/langchain-ai/langserve/commit/ab2e8090b5134ac2640fbd05604b2f932f4187a3) validate - [`1d2734d`](https://github.com/langchain-ai/langserve/commit/1d2734d90338a1ad08ae3b5bcafbe28e74c2337e) Format - [`583af01`](https://github.com/langchain-ai/langserve/commit/583af01221da85998fdbbac91507b8404adaf474) Update langchain - [`fcb1794`](https://github.com/langchain-ai/langserve/commit/fcb1794fdc185bc088a26d281d4dc78c50d7f580) Lock ### 📊 Changes **8 files changed** (+1148 additions, -454 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+3 -0) ➕ `langserve/lzstring.py` (+432 -0) 📝 `langserve/server.py` (+81 -24) 📝 `poetry.lock` (+535 -425) 📝 `pyproject.toml` (+4 -0) ➕ `tests/unit_tests/test_lzstring.py` (+24 -0) 📝 `tests/unit_tests/test_server_client.py` (+66 -3) 📝 `tests/unit_tests/test_validation.py` (+3 -2) </details> ### 📄 Description _No description provided_ --- <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:06 -05:00
yindo closed this issue 2026-02-16 00:20:06 -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#302