Skip to content

Commit 3bc6b97

Browse files
authored
Make ruff dependency less strict
This makes it less likely that projects which have this as a dependency will find themselves stuck
1 parent b527d5e commit 3bc6b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

betterproto2_compiler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
# TODO use the version from the current repo?
1919
"betterproto2>=0.9.0,<0.10",
2020
# "betterproto2",
21-
"ruff>=0.9.3,<0.15.0",
21+
"ruff>=0.9.3",
2222
"jinja2>=3.0.3",
2323
"typing-extensions>=4.7.1,<5",
2424
"strenum>=0.4.15,<0.5 ; python_version == '3.10'",

0 commit comments

Comments
 (0)