From 22f94c2ac98cd1910906717b7b0702aa76a11aac Mon Sep 17 00:00:00 2001 From: John Michael Burke Date: Tue, 24 May 2022 15:35:21 -0700 Subject: [PATCH] Pin pycapnp to 1.1.0 to prevent breaking change. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0752d8355..def322ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ readme = "README.md" classifiers = [] requires-python = ">=3.8" dynamic = ['version', 'description'] -dependencies = ["PySide2 ~= 5.15.2", "pycapnp ~= 1.1.0"] +dependencies = ["PySide2 ~= 5.15.2", "pycapnp == 1.1.0"] [project.optional-dependencies] test = [