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:
ccurme
2024-05-20 14:51:43 -04:00
committed by GitHub
parent 0614a53d9c
commit 4470d3b4a0
8 changed files with 18 additions and 24 deletions

View File

@@ -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 }