unpin pycapnp (#3358)

This commit is contained in:
Adeeb Shihadeh
2026-04-24 21:42:38 -07:00
committed by GitHub
parent 47c9aca01f
commit c2e4f5de7a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ urls = { "homepage" = "https://github.com/commaai/opendbc" }
dependencies = [
"numpy",
"tqdm",
"pycapnp==2.1.0",
"pycapnp",
"pycryptodome",
]

2
uv.lock generated
View File

@@ -430,7 +430,7 @@ requires-dist = [
{ name = "jinja2", marker = "extra == 'docs'" },
{ name = "lefthook", marker = "extra == 'testing'" },
{ name = "numpy" },
{ name = "pycapnp", specifier = "==2.1.0" },
{ name = "pycapnp" },
{ name = "pycryptodome" },
{ name = "ruff", marker = "extra == 'testing'" },
{ name = "tqdm" },