mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-22 03:00:15 +00:00
Mark library as typed and bump version
This commit is contained in:
parent
d7cffc4df8
commit
a5aa5adc9f
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "tornado-openapi3"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "Tornado OpenAPI 3 request and response validation library"
|
||||
authors = ["Correl Roush <correl@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -4,8 +4,8 @@ import unittest
|
|||
from urllib.parse import urlencode
|
||||
|
||||
import attr
|
||||
from hypothesis import given, settings
|
||||
import hypothesis.strategies as s
|
||||
from hypothesis import given, settings # type: ignore
|
||||
import hypothesis.strategies as s # type: ignore
|
||||
from openapi_core import create_spec # type: ignore
|
||||
from openapi_core.exceptions import OpenAPIError # type: ignore
|
||||
from openapi_core.schema.parameters.exceptions import ( # type: ignore
|
||||
|
|
0
tornado_openapi3/py.typed
Normal file
0
tornado_openapi3/py.typed
Normal file
Loading…
Reference in a new issue