Skip to content

Commit

Permalink
update quart version to the lastest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Jan 15, 2025
1 parent 4a9c57b commit 2d3abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vumi2/transports/httprpc/http_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Request:
method: str
headers: Headers
args: MultiDict
data: str
data: str | bytes
event: TrioEvent = Factory(TrioEvent)


Expand Down

0 comments on commit 2d3abc7

Please sign in to comment.