mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
Make sure langserve[client], langserve[server] work individually #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eyurtsev on GitHub (Jan 5, 2024).
Originally assigned to: @eyurtsev on GitHub.
Currently langserve[client] fails complaining that fastapi is not installed. We need to add tests to catch this on CI otherwise it's difficult to make sure that the dependencies actually work correctly.