Skip to content

Commit

Permalink
Merge pull request #62 from permitio/rk/upgrade-broadcaster-0.2.5
Browse files Browse the repository at this point in the history
Rk/upgrade broadcaster 0.2.5
  • Loading branch information
roekatz committed Aug 23, 2023
2 parents b4d9c66 + c345dba commit aee8c0d
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.4
permit-broadcaster[redis,postgres,kafka]>=0.2.5,<3
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 @@ -13,7 +13,7 @@ def get_requirements(env=""):

setup(
name="fastapi_websocket_pubsub",
version="0.3.5",
version="0.3.6",
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 aee8c0d

Please sign in to comment.