Skip to content

Commit

Permalink
pin typeguard==4.1.5 (#2313)
Browse files Browse the repository at this point in the history
typeguard 4.2.0 and 4.2.1 were just released, raise errors on main
  • Loading branch information
ryan-williams authored and johnkerl committed Mar 25, 2024
1 parent dc79b35 commit 4b6612f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# key: libtiledbsoma-build-dist-${{ inputs.os }}-${{ inputs.python_version }}-${{ hashFiles('libtiledbsoma', 'scripts/bld') }}

- name: Install testing prereqs
run: python -m pip -v install -U pip pytest-cov 'typeguard>=4' types-setuptools sparse
run: python -m pip -v install -U pip pytest-cov 'typeguard==4.1.5' types-setuptools sparse

- name: Install tiledbsoma
run: python -m pip -v install -e apis/python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-python-interop-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cache-dependency-path: ./apis/python/setup.py

- name: Install testing prereqs
run: python -m pip -v install -U pip pytest-cov 'typeguard>=4' types-setuptools
run: python -m pip -v install -U pip pytest-cov 'typeguard==4.1.5' types-setuptools

- name: Install tiledbsoma
run: python -m pip -v install -e apis/python
Expand Down
2 changes: 1 addition & 1 deletion apis/python/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake >= 3.21
pybind11-global >= 2.10.0
typeguard>=4
typeguard==4.1.5
pytest
sparse
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def run(self):
"black",
"ruff",
"pytest",
"typeguard>=4",
"typeguard==4.1.5",
]
},
python_requires=">=3.8",
Expand Down

0 comments on commit 4b6612f

Please sign in to comment.