Skip to content

Commit

Permalink
more restriction.. pip dependency resolver is too eager
Browse files Browse the repository at this point in the history
  • Loading branch information
boonhapus committed Sep 16, 2024
1 parent 7470717 commit 0d3c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"sqlmodel >= 0.0.16",
"toml",
"packaging",
"betterproto[compiler] < 2.0.0b7",
"betterproto[compiler] >= 2.0.0b5 , < 2.0.0b7",

# version specific
"strenum >= 0.4.9; python_version < '3.11.0'",
Expand Down

0 comments on commit 0d3c709

Please sign in to comment.