Skip to content

Commit 68bc5a2

Browse files
committed
bump versions
1 parent 6a3ca79 commit 68bc5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10']
15+
python-version: ['3.10', '3.11', '3.12']
1616

1717
steps:
1818
- uses: actions/checkout@v3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ xxhash>=3.0.0,<4.0.0
66
# LLM provider clients - install the ones you need
77
anthropic>=0.2.2,<0.50.0 # For Claude API
88
openai>=1.0.0,<2.0.0 # For OpenAI API
9-
langchain>=0.0.100,<0.0.110 # For LangChain integration
9+
langchain>=0.3.0,<0.4.0 # For LangChain integration
1010
langchain-openai>=0.3.0,<0.4.0 # For LangChain OpenAI integration
1111
langchain-anthropic>=0.3.0,<0.4.0 # For LangChain Anthropic integration

0 commit comments

Comments
 (0)