mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-23 20:23:59 +00:00
link to git langserve instead
This commit is contained in:
@@ -763,8 +763,10 @@ client = ["httpx-sse (>=0.3.1)"]
|
||||
server = ["fastapi (>=0.90.1)", "sse-starlette (>=1.3.0,<2.0.0)"]
|
||||
|
||||
[package.source]
|
||||
type = "directory"
|
||||
url = "../../../../../../../../langserve"
|
||||
type = "git"
|
||||
url = "https://github.com/langchain-ai/langserve"
|
||||
reference = "erick/langservehub"
|
||||
resolved_reference = "02c8a5fcddd56d84c5b2c41bbb94a791d8a3bec7"
|
||||
|
||||
[[package]]
|
||||
name = "langsmith"
|
||||
@@ -1544,4 +1546,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "43a6ecd50429aa137ec893ae39312ff9d3481aa149bd3bc767537e57f3ddfe69"
|
||||
content-hash = "1ac027c01647b277c485a789a86e644103a424517e87c72088e7e56035330220"
|
||||
|
||||
@@ -8,7 +8,7 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
sse-starlette = "^1.6.5"
|
||||
langserve = {path = "/Users/erickfriis/langchain/langserve"}
|
||||
langserve = {git = "https://github.com/langchain-ai/langserve", rev = "erick/langservehub"}
|
||||
tomli-w = "^1.0.0"
|
||||
uvicorn = "^0.23.2"
|
||||
fastapi = "^0.103.2"
|
||||
|
||||
Reference in New Issue
Block a user