Skip to content

Commit 03952a9

Browse files
committed
fix: more pinning fixes...
1 parent 424eadf commit 03952a9

3 files changed

Lines changed: 84 additions & 1 deletion

File tree

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ if [ "$ARCH" = "armv6l" ]; then
253253
--index-url https://www.piwheels.org/simple \
254254
evdev==1.9.2 \
255255
PyYAML==6.0.3 \
256-
pydantic-core==2.41.4
256+
pydantic-core==2.41.4 \
257+
websockets==16.0
257258
fi
258259
info "Syncing Python dependencies with uv..."
259260
"$UV_BIN" sync \

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies = [
1111
"pydantic==2.12.3",
1212
"pydantic-core==2.41.4",
1313
"uvicorn>=0.29",
14+
"websockets==16.0",
1415
"python-multipart>=0.0.9",
1516
]
1617

@@ -27,6 +28,7 @@ dev = [
2728
evdev = { index = "piwheels", marker = "platform_machine == 'armv6l'" }
2829
pyyaml = { index = "piwheels", marker = "platform_machine == 'armv6l'" }
2930
pydantic-core = { index = "piwheels", marker = "platform_machine == 'armv6l'" }
31+
websockets = { index = "piwheels", marker = "platform_machine == 'armv6l'" }
3032

3133
[[tool.uv.index]]
3234
name = "piwheels"

0 commit comments

Comments
 (0)