Skip to content

Commit 56e1fbf

Browse files
committed
-
1 parent 6cdb401 commit 56e1fbf

File tree

5 files changed

+408
-4
lines changed

5 files changed

+408
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
- name: Install dependencies
36-
run: |
37-
pip install -e ".[test]"
38-
pip install git+https://github.com/davidbrochart/anyio.git@show-error#egg=anyio --ignore-installed
36+
run: pip install -e ".[test]"
3937
- name: Check with mypy and ruff
4038
if: ${{ (matrix.python-version == '3.13') && (matrix.os == 'ubuntu-latest') }}
4139
run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ requires-python = ">= 3.9"
2929
dependencies = [
3030
"anyio >=4.8.0,<5.0.0",
3131
"anyioutils >=0.7.1,<0.8.0",
32+
"sniffio",
3233
"pyzmq >=26.0.0,<27.0.0",
3334
]
3435

0 commit comments

Comments
 (0)