File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
packages/toolbox-langchain Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
57
57
console.log('Failed to remove label. Another job may have already removed it!');
58
58
}
59
59
- name : Checkout code
60
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
with :
62
62
ref : ${{ github.event.pull_request.head.sha }}
63
63
repository : ${{ github.event.pull_request.head.repo.full_name }}
64
64
token : ${{ secrets.GITHUB_TOKEN }}
65
65
- name : Setup Python
66
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
66
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
67
67
with :
68
68
python-version : " 3.13"
69
69
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
57
57
console.log('Failed to remove label. Another job may have already removed it!');
58
58
}
59
59
- name : Checkout code
60
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
with :
62
62
ref : ${{ github.event.pull_request.head.sha }}
63
63
repository : ${{ github.event.pull_request.head.repo.full_name }}
64
64
token : ${{ secrets.GITHUB_TOKEN }}
65
65
- name : Setup Python
66
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
66
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
67
67
with :
68
68
python-version : " 3.13"
69
69
Original file line number Diff line number Diff line change 29
29
issues : ' write'
30
30
pull-requests : ' write'
31
31
steps :
32
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ test = [
47
47
" mypy==1.15.0" ,
48
48
" pytest-asyncio==0.26.0" ,
49
49
" pytest==8.3.5" ,
50
- " pytest-cov==6.1.0 " ,
50
+ " pytest-cov==6.1.1 " ,
51
51
" Pillow==11.1.0" ,
52
52
" google-cloud-secret-manager==2.23.2" ,
53
53
" google-cloud-storage==3.1.0" ,
Original file line number Diff line number Diff line change 1
- langchain-core == 0.3.50
1
+ langchain-core == 0.3.51
2
2
PyYAML == 6.0.2
3
3
pydantic == 2.11.2
4
4
aiohttp == 3.11.16
You can’t perform that action at this time.
0 commit comments