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.
2 parents aa0e8dd + 18f810e commit cd32d4aCopy full SHA for cd32d4a
.github/workflows/precommitVersionBumps.yml
@@ -71,7 +71,7 @@ jobs:
71
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
72
73
- name: Setup Node.js environment
74
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
75
with:
76
node-version: "20.9.0"
77
.github/workflows/semanticVersionBump.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: "3.12"
46
47
48
49
50
51
requirements/base.txt
@@ -10,7 +10,7 @@ langchain-tests==0.3.20
10
langchain-text-splitters==0.3.9
11
langchainhub==0.1.21
12
langsmith==0.4.9
13
-openai==1.98.0
+openai==2.6.1
14
pinecone==7.3.0
15
pinecone-text
16
pydantic
0 commit comments