From 90cc48469b662ae976c75793fc51bd95acb80797 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 7 Oct 2025 13:37:35 -0400 Subject: [PATCH 1/4] minimal edit to test ci --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19ea1965..19166aeb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # obstore + [![PyPI][pypi_badge]][pypi_link] [![Conda Version][conda_version_badge]][conda_version] [![PyPI - Downloads][pypi-img]][pypi-link] From 72ed26430c3b5a44d0f1148c889499b24f85452a Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 7 Oct 2025 13:53:39 -0400 Subject: [PATCH 2/4] Pin pyright version --- .github/workflows/test-python.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 5fd991a1..aa1a613c 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -79,6 +79,10 @@ jobs: run: echo "$PWD/.venv/bin" >> $GITHUB_PATH - name: Run pyright - uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2 + uses: jakebailey/pyright-action@2 with: - pylance-version: latest-release + # Restore pylance-version: latest-release + # once it uses >1.1.405 + # https://github.com/microsoft/pyright/issues/10906 + version: 1.1.406 + # pylance-version: latest-release From 68ec81bf087247da28963c90a9b37dd5e353b78f Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 7 Oct 2025 13:55:43 -0400 Subject: [PATCH 3/4] typo --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index aa1a613c..cff1f1a2 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -79,7 +79,7 @@ jobs: run: echo "$PWD/.venv/bin" >> $GITHUB_PATH - name: Run pyright - uses: jakebailey/pyright-action@2 + uses: jakebailey/pyright-action@v2 with: # Restore pylance-version: latest-release # once it uses >1.1.405 From ffd98c6ab31ad2d1bdbcf1d45fbbf1e7ca912c66 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 7 Oct 2025 13:56:04 -0400 Subject: [PATCH 4/4] pin --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index cff1f1a2..fdac833e 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -79,7 +79,7 @@ jobs: run: echo "$PWD/.venv/bin" >> $GITHUB_PATH - name: Run pyright - uses: jakebailey/pyright-action@v2 + uses: jakebailey/pyright-action@v2.3.3 with: # Restore pylance-version: latest-release # once it uses >1.1.405