Skip to content

Commit de48da2

Browse files
authored
Merge pull request #1 from Gilles-qbmt/bugfix/update-pyyaml-for-cython3
Pyyaml update for cython3
2 parents 83966bd + 03319fa commit de48da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="asyncapi-schema-pydantic",
10-
version="1.0.0",
10+
version="1.0.1",
1111
description="AsyncAPI (v2) specification schema as pydantic class",
1212
long_description=README,
1313
long_description_content_type="text/markdown",
@@ -21,6 +21,6 @@
2121
"Operating System :: OS Independent",
2222
],
2323
packages=find_packages(exclude=["tests"]),
24-
install_requires=["pydantic>=1.8.2", "PyYAML==6.0"],
24+
install_requires=["pydantic>=1.8.2", "PyYAML~=6.0"],
2525
python_requires=">=3.7",
2626
)

0 commit comments

Comments
 (0)