Skip to content

Commit 141742a

Browse files
authored
Merge pull request #582 from python-openapi/dependabot/pip/asgiref-3.7.2
Bump asgiref from 3.6.0 to 3.7.2
2 parents 61d483f + 439af20 commit 141742a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

openapi_core/contrib/starlette/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, request: Request):
1919
cookie=self.request.cookies,
2020
)
2121

22-
self._get_body = AsyncToSync(self.request.body, force_new_loop=True) # type: ignore
22+
self._get_body = AsyncToSync(self.request.body, force_new_loop=True)
2323

2424
@property
2525
def host_url(self) -> str:

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)