bug: reset betterproto version so that it can be built for pypi

This commit is contained in:
Brett Rowan
2024-11-01 10:51:49 -06:00
parent adcab694b5
commit fd1a3e459b

View File

@@ -16,7 +16,7 @@ pyaml = ">=23.12.0"
tomli = { version = ">=2.0.1", python = "<3.11" }
tomli-w = "^1.0.0"
aiofiles = ">=23.2.1"
betterproto = {git = "https://github.com/danielgtaylor/python-betterproto", rev = "v.2.0.0b7"}
betterproto = "2.0.0b7"
[tool.poetry.group.dev]
optional = true