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

Commit aa74973

Browse files
Update betterproto (#54)
1 parent b588004 commit aa74973

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

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

pyproject.toml

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

2727
[tool.poetry.dependencies]
2828
python = "^3.10"
29-
betterproto2 = "^0.3.0"
29+
betterproto2 = "^0.3.1"
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"

0 commit comments

Comments
 (0)