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

Commit 2092428

Browse files
Update betterproto (#48)
* Update betterproto * Update other dependencies
1 parent b87c132 commit 2092428

File tree

2 files changed

+36
-89
lines changed

2 files changed

+36
-89
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ packages = [
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.10"
29-
betterproto2 = "^0.2.1"
29+
# betterproto2 = "^0.2.1"
30+
betterproto2 = { git="https://github.com/betterproto/python-betterproto2" }
3031
# The Ruff version is pinned. To update it, also update it in .pre-commit-config.yaml
3132
ruff = "~0.9.3"
3233
grpclib = "^0.4.1"
@@ -36,14 +37,14 @@ typing-extensions = "^4.7.1"
3637
[tool.poetry.group.dev.dependencies]
3738
pre-commit = "^2.17.0"
3839
grpcio-tools = "^1.54.2"
39-
mkdocs-material = {version = "^9.5.49", python = ">=3.10"}
40-
mkdocstrings = {version = "^0.27.0", python = ">=3.10", extras = ["python"]}
41-
poethepoet = ">=0.9.0"
40+
mkdocs-material = {version = "^9.5.49"}
41+
mkdocstrings = {version = "^0.27.0", extras = ["python"]}
42+
poethepoet = "^0.32.2"
4243
pyright = "^1.1.391"
4344
ipykernel = "^6.29.5"
4445

4546
[tool.poetry.group.test.dependencies]
46-
pytest = "^6.2.5"
47+
pytest = "^8.3.4"
4748
protobuf = "^4"
4849

4950
[tool.ruff]

0 commit comments

Comments
 (0)