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 6a3ca79 commit 68bc5a2Copy full SHA for 68bc5a2
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.10', '3.11', '3.12']
16
17
steps:
18
- uses: actions/checkout@v3
requirements.txt
@@ -6,6 +6,6 @@ xxhash>=3.0.0,<4.0.0
6
# LLM provider clients - install the ones you need
7
anthropic>=0.2.2,<0.50.0 # For Claude API
8
openai>=1.0.0,<2.0.0 # For OpenAI API
9
-langchain>=0.0.100,<0.0.110 # For LangChain integration
+langchain>=0.3.0,<0.4.0 # For LangChain integration
10
langchain-openai>=0.3.0,<0.4.0 # For LangChain OpenAI integration
11
langchain-anthropic>=0.3.0,<0.4.0 # For LangChain Anthropic integration
0 commit comments