Skip to content

Commit 58be072

Browse files
Pin pycapnp to 1.1.0 to prevent breaking change. (#569)
1 parent df03172 commit 58be072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
classifiers = []
66
requires-python = ">=3.8"
77
dynamic = ['version', 'description']
8-
dependencies = ["PySide2 ~= 5.15.2", "pycapnp ~= 1.1.0"]
8+
dependencies = ["PySide2 ~= 5.15.2", "pycapnp == 1.1.0"]
99

1010
[project.optional-dependencies]
1111
test = [

0 commit comments

Comments
 (0)