multiple: 0.3.0 not dev version (#26502)

This commit is contained in:
Erick Friis
2024-09-15 11:26:50 -07:00
committed by GitHub
parent f66b7ba32d
commit 4131be63af
4 changed files with 25 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
langchain-core = "^0.3.0"
[tool.poetry.group.test]
optional = true