Skip to content

Commit

Permalink
Merge pull request #56 from permitio/rk/upgrade-broadcaster-and-bump-…
Browse files Browse the repository at this point in the history
…ver-to-0.3.3

Rk/upgrade broadcaster and bump ver to 0.3.3
  • Loading branch information
roekatz authored Mar 27, 2023
2 parents ef01e5f + b3257cb commit 36b9dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi-websocket-rpc>=0.1.24,<1
permit-broadcaster[redis,postgres,kafka]>=0.2.0,<1
permit-broadcaster[redis,postgres,kafka]==0.2.2
pydantic>=1.9.1,<2
websockets>=10.3,<11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_requirements(env=""):

setup(
name='fastapi_websocket_pubsub',
version='0.3.2',
version='0.3.3',
author='Or Weis',
author_email="[email protected]",
description="A fast and durable PubSub channel over Websockets (using fastapi-websockets-rpc).",
Expand Down

0 comments on commit 36b9dc1

Please sign in to comment.