Skip to content

Commit

Permalink
Bump versions for langchain, langchain-community and langchain-openai (
Browse files Browse the repository at this point in the history
…#25737)

## Summary & Motivation

Bump to latest versions available following
#25641 and
#25620

## How I Tested These Changes

`dagster dev` with with_openai
  • Loading branch information
maximearmstrong authored Nov 7, 2024
1 parent 30deebb commit 88c9461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with_openai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dagster-openai",
"faiss-cpu==1.8.0",
"filelock",
"langchain==0.2.10",
"langchain-community==0.2.9",
"langchain-openai==0.1.14",
"langchain==0.3.7",
"langchain-community==0.3.5",
"langchain-openai==0.2.5",
],
extras_require={"dev": ["dagster-webserver", "pytest"]},
)

0 comments on commit 88c9461

Please sign in to comment.