Skip to content

Commit

Permalink
Update pyproject dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmonfort committed Nov 6, 2023
1 parent 38f91e1 commit a84656e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,15 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"grpcio>=1.54.0",
# "numpy>=1.24.3",
"psutil>=5.9.5",
"protobuf>=4.22.3",
# "protobuf<3.20",
"redis>=4.5.4",
"hiredis>=2.2.3",
"bcrypt>=4.0.1",
"opentelemetry-api>=1.17.0",
"prometheus-client>=0.17.0",
"pydantic-settings>=2.0.2",
"grpcio>=1.59.2",
"hiredis>=2.2.3",
"opentelemetry-api>=1.20.0",
"prometheus-client>=0.18.0",
"protobuf>=4.25.0",
"psutil>=5.9.6",
"pydantic-settings>=2.0.3",
"redis>=5.0.1",
"get-annotations;python_version<\"3.10\"",
]
dynamic = ["version"]
Expand Down

0 comments on commit a84656e

Please sign in to comment.