We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67af34 commit f1ad0daCopy full SHA for f1ad0da
libs/core/langchain_core/version.py
@@ -1,3 +1,3 @@
1
"""langchain-core version information and utilities."""
2
3
-VERSION = "1.1.0"
+VERSION = "1.1.1"
libs/core/pyproject.toml
@@ -9,7 +9,7 @@ license = {text = "MIT"}
9
readme = "README.md"
10
authors = []
11
12
-version = "1.1.0"
+version = "1.1.1"
13
requires-python = ">=3.10.0,<4.0.0"
14
dependencies = [
15
"langsmith>=0.3.45,<1.0.0",
0 commit comments