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.
1 parent fda0cdd commit a2dead1Copy full SHA for a2dead1
requirements.txt
@@ -2,10 +2,10 @@
2
pydantic==1.6.2
3
4
# code formatting
5
-black==19.10b0
+black==21.6b0
6
7
# test tool
8
-pytest==5.4.2
+pytest==6.2.4
9
10
# PyPi
11
-twine==3.1.1
+twine==3.4.1
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="openapi-schema-pydantic",
- version="1.1.0",
+ version="1.2.0",
author="Kuimono",
description="OpenAPI (v3) specification schema as pydantic class",
long_description=long_description,
0 commit comments