Skip to content

Commit f4ac838

Browse files
authored
Merge pull request #125 from python-ellar/fixed_error_parsing_body
fixed 400 error parsing body on windows
2 parents 2b73b2b + 7dbff37 commit f4ac838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ellar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Ellar - Python ASGI web framework for building fast, efficient and scalable RESTAPIs and server-side application."""
22

3-
__version__ = "0.4.8"
3+
__version__ = "0.4.9"

ellar/common/params/resolvers/parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import copy
2-
import email
2+
import email.message
33
import json
44
import typing as t
55

0 commit comments

Comments
 (0)