Skip to content

Commit

Permalink
fix(deps): relax dependency requirements
Browse files Browse the repository at this point in the history
Some dependency pins have been reported as too strict. We pin them on
the minor version instead of patch to relax them.

Fixes #17.
  • Loading branch information
P403n1x87 committed Aug 14, 2023
1 parent 93abffa commit 36871cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ classifiers = [

requires-python = ">=3.7"
dependencies = [
"protobuf~=3.12.2",
"protobuf~=3.12",
"psutil>=5.7.0",
"toml~=0.10.2",
"toml~=0.10",
]

dynamic = ["version"]
Expand Down

0 comments on commit 36871cc

Please sign in to comment.