We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fd90a commit cdf140eCopy full SHA for cdf140e
libs/core/langchain_core/version.py
@@ -1,3 +1,3 @@
1
"""langchain-core version information and utilities."""
2
3
-VERSION = "1.2.16"
+VERSION = "1.2.17"
libs/core/pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
"Topic :: Software Development :: Libraries :: Python Modules",
22
]
23
24
-version = "1.2.16"
+version = "1.2.17"
25
requires-python = ">=3.10.0,<4.0.0"
26
dependencies = [
27
"langsmith>=0.3.45,<1.0.0",
0 commit comments