Skip to content

Commit 0030ea7

Browse files
authored
Merge branch 'main' into renovate/python-nonmajor
2 parents 339de1b + c886235 commit 0030ea7

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.github/sync-repo-settings.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ branchProtectionRules:
4040
- "langchain-python-sdk-pr-py311 (toolbox-testing-438616)"
4141
- "langchain-python-sdk-pr-py310 (toolbox-testing-438616)"
4242
- "langchain-python-sdk-pr-py39 (toolbox-testing-438616)"
43-
- "llamaindex-python-sdk-pr-py313-1 (toolbox-testing-438616)"
44-
- "llamaindex-python-sdk-pr-py312-1 (toolbox-testing-438616)"
45-
- "llamaindex-python-sdk-pr-py311-1 (toolbox-testing-438616)"
46-
- "llamaindex-python-sdk-pr-py310-1 (toolbox-testing-438616)"
47-
- "llamaindex-python-sdk-pr-py39-1 (toolbox-testing-438616)"
43+
- "llamaindex-python-sdk-pr-py313 (toolbox-testing-438616)"
44+
- "llamaindex-python-sdk-pr-py312 (toolbox-testing-438616)"
45+
- "llamaindex-python-sdk-pr-py311 (toolbox-testing-438616)"
46+
- "llamaindex-python-sdk-pr-py310 (toolbox-testing-438616)"
47+
- "llamaindex-python-sdk-pr-py39 (toolbox-testing-438616)"
4848
requiredApprovingReviewCount: 1
4949
requiresCodeOwnerReviews: true
5050
requiresStrictStatusChecks: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
66+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6767
with:
6868
python-version: "3.13"
6969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
66+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6767
with:
6868
python-version: "3.13"
6969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
66+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6767
with:
6868
python-version: "3.13"
6969

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
]
2728

2829
# Tells setuptools that packages are under the 'src' directory

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
]
2930

3031
# Tells setuptools that packages are under the 'src' directory

0 commit comments

Comments
 (0)