Skip to content

Commit cd32d4a

Browse files
committed
Merge branch 'main' into alpha
2 parents aa0e8dd + 18f810e commit cd32d4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
7272

7373
- name: Setup Node.js environment
74-
uses: actions/setup-node@v5
74+
uses: actions/setup-node@v6
7575
with:
7676
node-version: "20.9.0"
7777

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: "3.12"
4646

4747
- name: Setup Node.js environment
48-
uses: actions/setup-node@v5
48+
uses: actions/setup-node@v6
4949
with:
5050
node-version: "20.9.0"
5151

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ langchain-tests==0.3.20
1010
langchain-text-splitters==0.3.9
1111
langchainhub==0.1.21
1212
langsmith==0.4.9
13-
openai==1.98.0
13+
openai==2.6.1
1414
pinecone==7.3.0
1515
pinecone-text
1616
pydantic

0 commit comments

Comments
 (0)