Skip to content

Commit 3dd2ddc

Browse files
committed
Bump langchain-openai to 1.2.0 and langchain to 1.2.15
Bumps the pinned versions in pyproject.toml, dev.toml, requirements.txt and dev_requirements.txt. Resolver picks up langchain-core 1.3.2 and langchain-protocol 0.0.11 transitively; the only call site (ChatOpenAI in langchain_interface) is unchanged. 77 tests pass.
1 parent 9d1b9e5 commit 3dd2ddc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

dev.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.11.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
18-
"qtconsole", "langchain_openai==1.1.12", "langchain==1.2.13", "pydantic", "watchdog", "ruff", "gitpython"
18+
"qtconsole", "langchain_openai==1.2.0", "langchain==1.2.15", "pydantic", "watchdog", "ruff", "gitpython"
1919
]
2020
classifiers = [
2121
"Programming Language :: Python :: 3.10",

dev_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PySide6==6.11.0
2-
langchain_openai==1.1.12
3-
langchain==1.2.13
2+
langchain_openai==1.2.0
3+
langchain==1.2.15
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.11.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
18-
"qtconsole", "langchain_openai==1.1.12", "langchain==1.2.13", "pydantic", "watchdog", "ruff", "gitpython"
18+
"qtconsole", "langchain_openai==1.2.0", "langchain==1.2.15", "pydantic", "watchdog", "ruff", "gitpython"
1919
]
2020
classifiers = [
2121
"Programming Language :: Python :: 3.10",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PySide6==6.11.0
2-
langchain_openai==1.1.12
3-
langchain==1.2.13
2+
langchain_openai==1.2.0
3+
langchain==1.2.15
44
ruff
55
sphinx
66
twine

0 commit comments

Comments
 (0)