starmallow 0.8.0__py3-none-any.whl → 0.9.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
starmallow/__init__.py CHANGED
@@ -1,8 +1,17 @@
1
- __version__ = "0.8.0"
1
+ __version__ = "0.9.1"
2
2
 
3
- from .applications import StarMallow
4
- from .exceptions import RequestValidationError
5
- from .params import Body, Cookie, Form, Header, NoParam, Path, Query, ResolvedParam, Security
6
- from .responses import HTTPValidationError
7
- from .routing import APIRoute, APIRouter
8
- from .websockets import APIWebSocket
3
+ from .applications import StarMallow as StarMallow
4
+ from .exceptions import RequestValidationError as RequestValidationError
5
+ from .params import Body as Body
6
+ from .params import Cookie as Cookie
7
+ from .params import Form as Form
8
+ from .params import Header as Header
9
+ from .params import NoParam as NoParam
10
+ from .params import Path as Path
11
+ from .params import Query as Query
12
+ from .params import ResolvedParam as ResolvedParam
13
+ from .params import Security as Security
14
+ from .responses import HTTPValidationError as HTTPValidationError
15
+ from .routing import APIRoute as APIRoute
16
+ from .routing import APIRouter as APIRouter
17
+ from .websockets import APIWebSocket as APIWebSocket