Skip to content

Commit 1296e45

Browse files
Bump langchain from 1.0.3 to 1.1.0
Bumps [langchain](https://github.com/langchain-ai/langchain) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.0.3...langchain==1.1.0) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eda4236 commit 1296e45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PySide6==6.10.0
22
langchain_openai==1.0.2
3-
langchain==1.0.3
3+
langchain==1.1.0
44
ruff
55
sphinx
66
twine

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
1717
"PySide6==6.10.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
18-
"qtconsole", "langchain_openai==1.0.2", "langchain==1.0.3", "pydantic", "watchdog", "ruff", "gitpython"
18+
"qtconsole", "langchain_openai==1.0.2", "langchain==1.1.0", "pydantic", "watchdog", "ruff", "gitpython"
1919
]
2020
classifiers = [
2121
"Programming Language :: Python :: 3.10",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PySide6==6.10.0
22
langchain_openai==1.0.2
3-
langchain==1.0.3
3+
langchain==1.1.0
44
ruff
55
sphinx
66
twine

0 commit comments

Comments
 (0)