Async Python Jetstream Client pypi.org/project/atproto_jetstream/
atproto jetstream python zstd

bump version

+2 -2
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "atproto_jetstream" 3 - version = "0.2.0" 3 + version = "0.3.0" 4 4 description = "Receive Jetstream events from the AT Protocol" 5 5 readme = "README.md" 6 6 license = "MIT"
+1 -1
uv.lock
··· 76 76 77 77 [[package]] 78 78 name = "atproto-jetstream" 79 - version = "0.2.0" 79 + version = "0.3.0" 80 80 source = { editable = "." } 81 81 dependencies = [ 82 82 { name = "aiohttp" },