Skip to content

Commit e661451

Browse files
committed
build(pymodbus): restrict to versions <4
1 parent 1cb7cae commit e661451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717
requires-python = ">=3.10,<3.14"
1818
dependencies = [
19-
"pymodbus>=3.10.0",
19+
"pymodbus (>=3.10.0,<4)",
2020
]
2121

2222
[build-system]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)