From 1d826e032fe1a26b4ce3f725a34a2469636765b1 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 14 Sep 2025 23:39:26 -0400 Subject: [PATCH 1/2] panda: fix upstream merge conflicts (#97) (cherry picked from commit 69ab12ee2a2958bb9825bd772ff03be6714b6c0e) --- python/__init__.py | 10 +++++----- python/constants.py | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/python/__init__.py b/python/__init__.py index 0bb2bc517af..db296a5f7c4 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -131,11 +131,11 @@ class Panda: HEALTH_STRUCT = struct.Struct(" Date: Thu, 9 Oct 2025 21:47:52 -0400 Subject: [PATCH 2/2] always use opendbc master-tici --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fa20287413..a26152394b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] dependencies = [ "libusb1", - "opendbc @ git+https://github.com/sunnypilot/opendbc.git@master#egg=opendbc", + "opendbc @ git+https://github.com/sunnypilot/opendbc.git@master-tici#egg=opendbc", ] [project.optional-dependencies]