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 83966bd + 03319fa commit de48da2Copy full SHA for de48da2
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="asyncapi-schema-pydantic",
10
- version="1.0.0",
+ version="1.0.1",
11
description="AsyncAPI (v2) specification schema as pydantic class",
12
long_description=README,
13
long_description_content_type="text/markdown",
@@ -21,6 +21,6 @@
21
"Operating System :: OS Independent",
22
],
23
packages=find_packages(exclude=["tests"]),
24
- install_requires=["pydantic>=1.8.2", "PyYAML==6.0"],
+ install_requires=["pydantic>=1.8.2", "PyYAML~=6.0"],
25
python_requires=">=3.7",
26
)
0 commit comments