File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187187 - ubuntu-22.04
188188 - ubuntu-22.04-arm
189189 - macos-14
190- - windows-2022
190+ - windows-2025
191191 arch :
192192 - aarch64
193193 - x86_64
@@ -206,13 +206,13 @@ jobs:
206206 is-release :
207207 - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }}
208208 exclude :
209- - os : windows-2022
209+ - os : windows-2025
210210 arch : aarch64
211211 - os : macos-14
212212 is-release : false
213213 - os : macos-14
214214 arch : x86_64
215- - os : windows-2022
215+ - os : windows-2025
216216 is-release : false
217217 - os : ubuntu-22.04
218218 arch : aarch64
@@ -302,14 +302,14 @@ jobs:
302302 matrix :
303303 os :
304304 - ubuntu-22.04
305- - windows-2022
305+ - windows-2025
306306 arch :
307307 - x86_64
308308 node-version : [22.x]
309309 is-release :
310310 - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }}
311311 exclude :
312- - os : windows-2022
312+ - os : windows-2025
313313 is-release : false
314314 steps :
315315 - name : Checkout
@@ -504,7 +504,7 @@ jobs:
504504 os :
505505 - ubuntu-22.04
506506 - macos-14
507- - windows-2022
507+ - windows-2025
508508 arch :
509509 - aarch64
510510 - x86_64
@@ -514,15 +514,15 @@ jobs:
514514 is-release :
515515 - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }}
516516 exclude :
517- - os : windows-2022
517+ - os : windows-2025
518518 arch : aarch64
519519 - os : ubuntu-22.04
520520 arch : aarch64
521521 - os : macos-14
522522 is-release : false
523523 - os : macos-14
524524 arch : x86_64
525- - os : windows-2022
525+ - os : windows-2025
526526 is-release : false
527527
528528 steps :
@@ -667,7 +667,7 @@ jobs:
667667 - ubuntu-22.04
668668 - ubuntu-22.04-arm
669669 - macos-14
670- - windows-2022
670+ - windows-2025
671671 arch :
672672 - x86_64
673673 - aarch64
@@ -682,13 +682,13 @@ jobs:
682682 is-release : false
683683 - os : macos-14
684684 is-release : false
685- - os : windows-2022
685+ - os : windows-2025
686686 is-release : false
687687 - os : macos-14
688688 arch : aarch64
689689 - os : macos-14
690690 arch : x86_64
691- - os : windows-2022
691+ - os : windows-2025
692692 arch : aarch64
693693 - os : ubuntu-22.04
694694 arch : aarch64
@@ -973,7 +973,7 @@ jobs:
973973
974974 - uses : actions/download-artifact@v4
975975 with :
976- name : perspective-python-dist-x86_64-windows-2022 -3.11
976+ name : perspective-python-dist-x86_64-windows-2025 -3.11
977977
978978 - uses : actions/download-artifact@v4
979979 with :
Original file line number Diff line number Diff line change 1212
1313[package ]
1414name = " perspective-client"
15- version = " 4.2.0 "
15+ version = " 4.1.1 "
1616authors = [" Andrew Stein <steinlink@gmail.com>" ]
1717edition = " 2024"
1818description = " A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
@@ -62,7 +62,7 @@ path = "src/rust/lib.rs"
6262prost-build = { version = " 0.12.3" }
6363
6464# https://github.com/abseil/abseil-cpp/issues/1241#issuecomment-2138616329
65- protobuf-src = { version = " =2.0 .1" , optional = true }
65+ protobuf-src = { version = " 2.1 .1" , optional = true }
6666
6767[dependencies ]
6868async-lock = { version = " 2.5.0" }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ disable-cpp = []
4242cmake = " 0.1.50"
4343num_cpus = " ^1.15.0"
4444shlex = " 1.3.0"
45- protobuf-src = { version = " 2.0 .1" }
45+ protobuf-src = { version = " 2.1 .1" }
4646
4747[dependencies ]
4848perspective-client = { version = " 4.2.0" }
You can’t perform that action at this time.
0 commit comments