Activity
Run a coroutine as the entrypoint when using run_forever
Run a coroutine as the entrypoint when using run_forever
Avoid using UTC alias added in Python 3.11
Avoid using UTC alias added in Python 3.11
on Jun 26, 2024
Try to serialize lists/dicts as structpb
Try to serialize lists/dicts as structpb
on Jun 26, 2024
Prefer using built-in wrappers for timestamps & durations
Prefer using built-in wrappers for timestamps & durations
on Jun 26, 2024
Tests
Tests
on Jun 26, 2024
Move the helpers to a separate file
Move the helpers to a separate file
on Jun 26, 2024
Don't pickle proto messages before wrapping as google.protobuf.Any
Don't pickle proto messages before wrapping as google.protobuf.Any
support both asyncio and blocking modes with different abstractions
support both asyncio and blocking modes with different abstractions
fix tests for Python 3.9
fix tests for Python 3.9
switch pytest.mark.asyncio position because maybe that's why the test…
switch pytest.mark.asyncio position because maybe that's why the test…
fix running examples as tests
fix running examples as tests
use context varaibles instead of thread locals
use context varaibles instead of thread locals
remove type annotations from examples so they are compatible with Pyt…
remove type annotations from examples so they are compatible with Pyt…