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

Commit c9e67e0

Browse files
Update betterproto to 0.2.4 (#49)
* Update betterproto * Bump to 0.2.4
1 parent 2092428 commit c9e67e0

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "betterproto2_compiler"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Compiler for betterproto2"
55
authors = [
66
{ name = "Adrien Vannson", email = "[email protected]" },
@@ -26,8 +26,8 @@ packages = [
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.10"
29-
# betterproto2 = "^0.2.1"
30-
betterproto2 = { git="https://github.com/betterproto/python-betterproto2" }
29+
betterproto2 = "^0.2.3"
30+
# 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"
3333
grpclib = "^0.4.1"

0 commit comments

Comments
 (0)