Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
python: "3.14"
coverage: "cov"
resolution: "lowest-direct"
# Enable coverage on just one job
- os: ubuntu-24.04
python: "3.14t"
coverage: "nocov"
resolution: "lowest-direct"
env:
# Shared env variables for all the tests
UV_RESOLUTION: "${{ matrix.resolution }}"
Expand Down
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ Issues = "https://github.com/connectrpc/connect-python/issues"

[dependency-groups]
dev = [
"asgiref==3.9.1",
"brotli==1.1.0",
"bump-my-version==1.2.4",
"asgiref==3.11.0",
"brotli==1.2.0",
"bump-my-version==1.2.6",
"connect-python-example",
"daphne==4.2.1",
"hypercorn==0.17.3",
"granian==2.5.7",
"hypercorn==0.18.0",
"granian==2.6.1",
"grpcio-tools==1.76.0",
"gunicorn==23.0.0",
"just-bin==1.42.4; sys_platform != 'win32'",
"pyright[nodejs]==1.1.405",
"pyvoy==0.2.0",
"ruff~=0.13.2",
"uvicorn==0.37.0",
"just-bin==1.46.0; sys_platform != 'win32'",
"pyright[nodejs]==1.1.408",
"pyvoy==0.3.0",
"ruff~=0.14.13",
"uvicorn==0.40.0",
# Needed to enable HTTP/2 in daphne
"Twisted[tls,http2]==25.5.0",
"typing_extensions==4.15.0",
Expand Down
Loading
Loading