Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 1c5a909

Browse files
committed
Use the grpc-async extra
1 parent 2ce7787 commit 1c5a909

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ packages = [
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.10"
29-
betterproto2 = "^0.3.1"
29+
betterproto2 = { version = "^0.3.1", extras = ["grpc-async"] }
3030
# betterproto2 = { git="https://github.com/betterproto/python-betterproto2" }
3131
# The Ruff version is pinned. To update it, also update it in .pre-commit-config.yaml
3232
ruff = "~0.9.3"
33-
grpclib = "^0.4.1"
3433
jinja2 = ">=3.0.3"
3534
typing-extensions = "^4.7.1"
3635

0 commit comments

Comments
 (0)