Skip to content

Commit

Permalink
Merge pull request #12 from permitio/change-dep-bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy authored May 31, 2022
2 parents 647c0b4 + a8f1df3 commit d3cbe2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Handling DeprecationWarning 'asyncio_mode' default value
[pytest]
asyncio_mode = strict
13 changes: 5 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
aiohttp>=3.7.2
fastapi
pydantic
starlette>=0.13.6
uvicorn
requests>=2.25.0
websockets
tenacity>=6.3.1
fastapi>=0.78.0,<1
pydantic>=1.9.1,<2
uvicorn>=0.17.6,<1
websockets>=10.3,<11
tenacity>=8.0.1,<9
1 change: 0 additions & 1 deletion tests/advanced_rpc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import uvicorn
from fastapi import (APIRouter, Depends, FastAPI, Header, HTTPException,
WebSocket)
from starlette import responses

from fastapi_websocket_rpc.rpc_methods import RpcUtilityMethods
from fastapi_websocket_rpc.websocket_rpc_client import WebSocketRpcClient
Expand Down

0 comments on commit d3cbe2a

Please sign in to comment.