feature: implement most of the GRPC functions for BOS, except for some configuration options which will require complex enums.

This commit is contained in:
UpstreamData
2023-10-27 16:35:09 -06:00
parent e39a6921d0
commit b0e18ab766
17 changed files with 1320 additions and 195 deletions

View File

@@ -14,7 +14,7 @@ httpx = "^0.24.0"
passlib = "^1.7.4"
pyaml = "^23.5.9"
toml = "^0.10.2"
grpc-requests = "^0.1.10"
grpc-requests = "^0.1.11"
[tool.poetry.group.dev]
optional = true