Open relud opened 4 years ago
We are currently pinned to version 1.0.2 because of how asyncio support is patched in. Additionally, versions >2 do not include the compiled grpc headers, which are used by pubsub_emulator.py.
pubsub_emulator.py
This is blocked on upstream asyncio support, which is tracked in https://github.com/googleapis/python-pubsub/issues/20
~This should no longer be blocked, because we can now use the *AsyncClients from upstream~
*AsyncClient
edit: upstream does not expose async clients
We are currently pinned to version 1.0.2 because of how asyncio support is patched in. Additionally, versions >2 do not include the compiled grpc headers, which are used by
pubsub_emulator.py
.This is blocked on upstream asyncio support, which is tracked in https://github.com/googleapis/python-pubsub/issues/20