File tree Expand file tree Collapse file tree 3 files changed +110
-110
lines changed Expand file tree Collapse file tree 3 files changed +110
-110
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments