mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
partners: bump core in packages implementing ls_params (#21868)
These packages all import `LangSmithParams` which was released in langchain-core==0.2.0. N.B. we will need to release `openai` and then bump `langchain-openai` in `together` and `upstage`.
This commit is contained in:
@@ -12,7 +12,7 @@ license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = ">=0.1.43,<0.3"
|
||||
langchain-core = ">=0.2.0,<0.3"
|
||||
anthropic = ">=0.26.0,<1"
|
||||
defusedxml = { version = "^0.7.1", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user