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 2f5b51e commit 217977eCopy full SHA for 217977e
.github/workflows/dev.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
pip install --upgrade pip
47
pip install -r requirements.txt
48
+ pip list
49
50
- name: Run tests
51
if: always()
requirements.txt
@@ -2,12 +2,12 @@ langchain
2
langchain-chroma
3
langchain-community
4
langchain-core
5
-langchain-openai
6
-langchain_google_genai
+langchain-openai==0.3.33
+langchain_google_genai==2.1.12
7
langchain-text-splitters
8
langchainhub
9
langdetect
10
-langgraph
+langgraph==0.6.7
11
langsmith
12
13
lf_toolkit[ipc] @ git+https://github.com/lambda-feedback/toolkit-python.git@main
0 commit comments