Skip to content

Commit

Permalink
Merge pull request #48 from permitio/asaf/per-1679-fix-broken-fastapi…
Browse files Browse the repository at this point in the history
…_pubsub-dependencies

don't restrict uvicorn version
  • Loading branch information
asafc committed Sep 4, 2022
2 parents 49b8dfc + 5585328 commit a7fae62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pytest-asyncio
requests
twine
wheel
loguru
loguru
uvicorn
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fastapi-websocket-rpc>=0.1.22,<1
permit-broadcaster[redis,postgres,kafka]>=0.2.0,<1
pydantic>=1.9.1,<2
websockets>=10.3,<11
uvicorn>=0.17,<0.18
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.0',
version='0.3.1',
author='Or Weis',
author_email="or@permit.io",
description="A fast and durable PubSub channel over Websockets (using fastapi-websockets-rpc).",
Expand Down

0 comments on commit a7fae62

Please sign in to comment.