Skip to content

Commit 09866c4

Browse files
authored
Merge branch 'main' into mcp-restructure
2 parents 31809a1 + 211b22e commit 09866c4

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

.github/blunderbuss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# limitations under the License.
1414

1515
assign_issues:
16-
- kurtisvg
1716
- anubhav756
17+
- dishaprakash
1818
- twishabansal
1919
assign_prs:
20-
- kurtisvg
2120
- anubhav756
21+
- dishaprakash
2222
- twishabansal

.github/workflows/cloud_build_failure_reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: 'ubuntu-latest'
3838

3939
steps:
40-
- uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # v7
40+
- uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # v8
4141
with:
4242
script: |-
4343
// parse test names

.github/workflows/lint-toolbox-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Remove PR Label
4444
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
45+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
script: |
@@ -63,7 +63,7 @@ jobs:
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
66+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6767
with:
6868
python-version: "3.13"
6969

.github/workflows/lint-toolbox-langchain.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Remove PR Label
4444
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
45+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
script: |
@@ -63,7 +63,7 @@ jobs:
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
66+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6767
with:
6868
python-version: "3.13"
6969

.github/workflows/lint-toolbox-llamaindex.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Remove PR Label
4444
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
45+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
script: |
@@ -63,7 +63,7 @@ jobs:
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
66+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6767
with:
6868
python-version: "3.13"
6969

packages/toolbox-core/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
4949
"mypy==1.17.1",
50-
"pytest==8.4.1",
50+
"pytest==8.4.2",
5151
"pytest-aioresponses==0.3.0",
5252
"pytest-asyncio==1.1.0",
53-
"pytest-cov==6.2.1",
54-
"pytest-mock==3.14.1",
53+
"pytest-cov==6.3.0",
54+
"pytest-mock==3.15.0",
5555
"google-cloud-secret-manager==2.24.0",
56-
"google-cloud-storage==3.3.0",
56+
"google-cloud-storage==3.3.1",
5757
"aioresponses==0.7.8"
5858
]
5959
[build-system]

packages/toolbox-langchain/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ test = [
4848
"isort==6.0.1",
4949
"mypy==1.17.1",
5050
"pytest-asyncio==1.1.0",
51-
"pytest==8.4.1",
52-
"pytest-cov==6.2.1",
51+
"pytest==8.4.2",
52+
"pytest-cov==6.3.0",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.3.0",
55+
"google-cloud-storage==3.3.1",
5656
]
5757

5858
[build-system]

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ test = [
4848
"isort==6.0.1",
4949
"mypy==1.17.1",
5050
"pytest-asyncio==1.1.0",
51-
"pytest==8.4.1",
52-
"pytest-cov==6.2.1",
51+
"pytest==8.4.2",
52+
"pytest-cov==6.3.0",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.3.0",
55+
"google-cloud-storage==3.3.1",
5656
]
5757

5858
[build-system]

packages/toolbox-llamaindex/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
llama-index==0.13.3
2+
llama-index==0.13.6
33
PyYAML==6.0.2
44
pydantic==2.11.7
55
aiohttp==3.12.15

0 commit comments

Comments
 (0)