core[patch]: Release 0.3.0.dev1

This commit is contained in:
Bagatur
2024-09-04 15:40:00 -07:00
parent fd1f3ca213
commit 8707ed1cb3

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-core" name = "langchain-core"
version = "0.2.38" version = "0.3.0.dev1"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"
@@ -30,13 +30,7 @@ jsonpatch = "^1.33"
PyYAML = ">=5.3" PyYAML = ">=5.3"
packaging = ">=23.2,<25" packaging = ">=23.2,<25"
typing-extensions = ">=4.7" typing-extensions = ">=4.7"
[[tool.poetry.dependencies.pydantic]] pydantic = ">=2,<3"
version = ">=1,<3"
python = "<3.12.4"
[[tool.poetry.dependencies.pydantic]]
version = "^2.7.4"
python = ">=3.12.4"
[tool.poetry.extras] [tool.poetry.extras]