We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126a337 commit e6dde2bCopy full SHA for e6dde2b
libs/core/langchain_core/version.py
@@ -1,3 +1,3 @@
1
"""langchain-core version information and utilities."""
2
3
-VERSION = "0.3.81"
+VERSION = "0.3.82"
libs/core/pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"pydantic>=2.7.4,<3.0.0",
17
]
18
name = "langchain-core"
19
-version = "0.3.81"
+version = "0.3.82"
20
description = "Building applications with LLMs through composability"
21
readme = "README.md"
22
0 commit comments