We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b73b2b + 7dbff37 commit f4ac838Copy full SHA for f4ac838
ellar/__init__.py
@@ -1,3 +1,3 @@
1
"""Ellar - Python ASGI web framework for building fast, efficient and scalable RESTAPIs and server-side application."""
2
3
-__version__ = "0.4.8"
+__version__ = "0.4.9"
ellar/common/params/resolvers/parameter.py
@@ -1,5 +1,5 @@
import copy
-import email
+import email.message
import json
4
import typing as t
5
0 commit comments