Skip to content

Commit ac55db8

Browse files
committed
chore: update typing-extensions dependency and also set github actions setup-python to v6
1 parent c37132b commit ac55db8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.9"
2222
- name: Install huggingface-hub
@@ -41,7 +41,7 @@ jobs:
4141
submodules: "recursive"
4242

4343
- name: Set up Python ${{ matrix.python-version }}
44-
uses: actions/setup-python@v5
44+
uses: actions/setup-python@v6
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
cache: 'pip'
@@ -72,7 +72,7 @@ jobs:
7272
submodules: "recursive"
7373

7474
- name: Set up Python ${{ matrix.python-version }}
75-
uses: actions/setup-python@v5
75+
uses: actions/setup-python@v6
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878
cache: 'pip'
@@ -106,7 +106,7 @@ jobs:
106106
submodules: "recursive"
107107

108108
- name: Set up Python ${{ matrix.python-version }}
109-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@v6
110110
with:
111111
python-version: ${{ matrix.python-version }}
112112
cache: 'pip'
@@ -144,7 +144,7 @@ jobs:
144144
submodules: "recursive"
145145

146146
- name: Set up Python 3.9
147-
uses: actions/setup-python@v5
147+
uses: actions/setup-python@v6
148148
with:
149149
python-version: "3.9"
150150

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{ name = "Andrei Betlen", email = "abetlen@gmail.com" },
1313
]
1414
dependencies = [
15-
"typing-extensions>=4.5.0",
15+
"typing-extensions>=4.15.0",
1616
"numpy>=1.20.0",
1717
"diskcache>=5.6.1",
1818
"jinja2>=2.11.3",

0 commit comments

Comments
 (0)