v0.3 dev releases (#26096)

branch for cutting dev releases

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Bagatur
2024-09-06 16:35:19 -04:00
committed by GitHub
parent 6405e7fa07
commit bccc546a25
18 changed files with 45 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
langchain-core = { version = ">=0.3.0.dev1", allow-prereleases = true }
pytest = ">=7,<9"
httpx = "^0.27.0"
syrupy = "^4"