mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-23 11:09:56 +00:00
Bump dependency versions
Most notably, updates the typing-extensions constraint to version 4.0.1 or higher, when it previously wanted 3.x.
This commit is contained in:
parent
f2b6a5a660
commit
ae0b8c09b4
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tornado-openapi3"
|
name = "tornado-openapi3"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
description = "Tornado OpenAPI 3 request and response validation library"
|
description = "Tornado OpenAPI 3 request and response validation library"
|
||||||
authors = ["Correl Roush <correl@gmail.com>"]
|
authors = ["Correl Roush <correl@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -14,9 +14,9 @@ packages = [
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
tornado = "^4 || ^5 || ^6"
|
tornado = "^4 || ^5 || ^6"
|
||||||
openapi-core = "^0.14.0"
|
openapi-core = "^0.14.2"
|
||||||
ietfparse = "^1.7.0"
|
ietfparse = "^1.8.0"
|
||||||
typing-extensions = "^3.7.4"
|
typing-extensions = "^4.0.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = { version = "*", allow-prereleases = true }
|
black = { version = "*", allow-prereleases = true }
|
||||||
|
|
Loading…
Reference in a new issue