From d55fac2d0baafb3d9cc47990963b366cd9170fc9 Mon Sep 17 00:00:00 2001 From: Wei Qi Lu Date: Tue, 24 Mar 2026 17:55:01 -0700 Subject: [PATCH 1/2] python(fix): update sift-stream-bindings version --- python/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 11536ca47..d6c1bbeda 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -59,7 +59,7 @@ all = [ 'pyOpenSSL<24.0.0', 'pyarrow>=17.0.0', 'rosbags~=0.0', - 'sift-stream-bindings>=0.2.0-rc8', + 'sift-stream-bindings=0.2.2', 'types-pyOpenSSL<24.0.0', ] build = [ @@ -100,7 +100,7 @@ dev-all = [ 'pytest==8.2.2', 'rosbags~=0.0', 'ruff~=0.12.10', - 'sift-stream-bindings>=0.2.0-rc8', + 'sift-stream-bindings=0.2.2', 'tomlkit~=0.13.3', 'types-pyOpenSSL<24.0.0', ] @@ -153,7 +153,7 @@ docs-build = [ 'pytest==8.2.2', 'rosbags~=0.0', 'ruff~=0.12.10', - 'sift-stream-bindings>=0.2.0-rc8', + 'sift-stream-bindings=0.2.2', 'tomlkit~=0.13.3', 'types-pyOpenSSL<24.0.0', ] @@ -176,10 +176,10 @@ rosbags = [ 'rosbags~=0.0', ] sift-stream = [ - 'sift-stream-bindings>=0.2.0-rc8', + 'sift-stream-bindings=0.2.2', ] sift-stream-bindings = [ - 'sift-stream-bindings>=0.2.0-rc8', + 'sift-stream-bindings=0.2.2', ] tdms = [ 'npTDMS~=1.9', @@ -215,7 +215,7 @@ docs = ["mkdocs==1.6.1", openssl = ["pyOpenSSL<24.0.0", "types-pyOpenSSL<24.0.0", "cffi~=1.14"] tdms = ["npTDMS~=1.9"] rosbags = ["rosbags~=0.0"] -sift-stream = ["sift-stream-bindings>=0.2.0-rc8"] +sift-stream = ["sift-stream-bindings=0.2.2"] hdf5 = ["h5py~=3.11", "polars~=1.8"] data-review = ["pyarrow>=17.0.0"] From 3d163218944c53edff322c8e59cbfe2d407cd8d9 Mon Sep 17 00:00:00 2001 From: Wei Qi Lu Date: Tue, 24 Mar 2026 17:57:32 -0700 Subject: [PATCH 2/2] python(chore): fix --- python/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d6c1bbeda..89f5cb5dd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -59,7 +59,7 @@ all = [ 'pyOpenSSL<24.0.0', 'pyarrow>=17.0.0', 'rosbags~=0.0', - 'sift-stream-bindings=0.2.2', + 'sift-stream-bindings==0.2.2', 'types-pyOpenSSL<24.0.0', ] build = [ @@ -100,7 +100,7 @@ dev-all = [ 'pytest==8.2.2', 'rosbags~=0.0', 'ruff~=0.12.10', - 'sift-stream-bindings=0.2.2', + 'sift-stream-bindings==0.2.2', 'tomlkit~=0.13.3', 'types-pyOpenSSL<24.0.0', ] @@ -153,7 +153,7 @@ docs-build = [ 'pytest==8.2.2', 'rosbags~=0.0', 'ruff~=0.12.10', - 'sift-stream-bindings=0.2.2', + 'sift-stream-bindings==0.2.2', 'tomlkit~=0.13.3', 'types-pyOpenSSL<24.0.0', ] @@ -176,10 +176,10 @@ rosbags = [ 'rosbags~=0.0', ] sift-stream = [ - 'sift-stream-bindings=0.2.2', + 'sift-stream-bindings==0.2.2', ] sift-stream-bindings = [ - 'sift-stream-bindings=0.2.2', + 'sift-stream-bindings==0.2.2', ] tdms = [ 'npTDMS~=1.9', @@ -215,7 +215,7 @@ docs = ["mkdocs==1.6.1", openssl = ["pyOpenSSL<24.0.0", "types-pyOpenSSL<24.0.0", "cffi~=1.14"] tdms = ["npTDMS~=1.9"] rosbags = ["rosbags~=0.0"] -sift-stream = ["sift-stream-bindings=0.2.2"] +sift-stream = ["sift-stream-bindings==0.2.2"] hdf5 = ["h5py~=3.11", "polars~=1.8"] data-review = ["pyarrow>=17.0.0"]