bug: pin betterproto version to avoid errors with unset oneof variants

This commit is contained in:
Upstream Data
2024-09-18 13:16:28 -06:00
parent 790718a5df
commit b9b0bff946
2 changed files with 298 additions and 278 deletions

View File

@@ -10,12 +10,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
httpx = ">=0.26.0"
asyncssh = ">=2.14.2"
asyncssh = ">=2.17.0"
passlib = ">=1.7.4"
pyaml = ">=23.12.0"
tomli = { version = ">=2.0.1", python = "<3.11" }
tomli-w = "1.0.0"
betterproto = ">=2.0.0b6"
betterproto = "2.0.0b6"
aiofiles = ">=23.2.1"
[tool.poetry.group.dev]