Skip to content

Commit c181062

Browse files
committed
align deps and avoid pushing git dep when releasing
1 parent fd00a3a commit c181062

File tree

3 files changed

+110
-110
lines changed

3 files changed

+110
-110
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Sync environment & install dev extras
3737
run: |
38+
uv remove twirp@git+https://github.com/tbarbugli/twirpy --group dev
3839
uv sync --all-packages --all-extras --dev --all-groups
3940
4041
- name: Build core distributions

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ webrtc = [
5050
"torch>=2.7.1",
5151
"torchaudio>=2.7.1",
5252
"scipy>=1.15.3",
53-
"aiohttp>=3.11.16",
53+
"aiohttp>=3.13.2,<4",
5454
"ping3>=4.0.8",
5555
"protobuf>=6.31.1",
5656
"websockets>=15.0.1",
@@ -76,7 +76,6 @@ dev = [
7676
"opentelemetry-exporter-otlp>=1.37.0",
7777
"opentelemetry-exporter-prometheus>=0.58b0",
7878
"prometheus-client>=0.23.1",
79-
"twirp @ git+https://github.com/tbarbugli/twirpy@main",
8079
]
8180

8281
[tool.uv.workspace]

0 commit comments

Comments
 (0)