Skip to content

Commit f94e299

Browse files
chore(deps): update langchain-openai requirement
Updates the requirements on [langchain-openai](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.0.0...langchain-openai==1.6.1) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd9aa1b commit f94e299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nams-langchain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ langchain>=1.0,<2
55
langchain-core>=1.0,<2
66
# Only needed for a real model turn; the script falls back to a scripted
77
# offline chat model when OPENAI_API_KEY is unset.
8-
langchain-openai>=1.0,<2
8+
langchain-openai>=1.6.1,<2
99
# Optional: loads this directory's .env.
1010
python-dotenv>=1.0,<2

0 commit comments

Comments
 (0)