Skip to content

Commit

Permalink
Allow websockets upgrade (up to 13)
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Aug 29, 2024
1 parent d51399f commit 95ee9a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/opal-client/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ aiofiles>=0.8.0,<1
aiohttp>=3.9.2,<4
psutil>=5.9.1,<6
tenacity>=8.0.1,<9
websockets>=10.3,<11
dpath>=2.1.5,<3
jsonpatch>=1.33,<2
1 change: 0 additions & 1 deletion packages/opal-server/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ click>=8.1.3,<9
permit-broadcaster[postgres,redis,kafka]==0.2.5
gitpython>=3.1.32,<4
pyjwt[crypto]>=2.1.0,<3
websockets>=10.3,<11
slowapi>=0.1.5,<1
# slowapi is stuck on and old `redis`, so fix that and switch from aioredis to redis
pygit2>=1.14.1,<1.15
Expand Down
1 change: 1 addition & 0 deletions packages/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ typer>=0.4.1,<1
fastapi>=0.109.1,<1
fastapi_websocket_pubsub==0.3.7
fastapi_websocket_rpc==0.1.27
websockets>=10.3,<14
gunicorn>=22.0.0,<23
pydantic[email]>=1.9.1,<2
typing-extensions;python_version<'3.8'
Expand Down

0 comments on commit 95ee9a5

Please sign in to comment.