Skip to content

Commit

Permalink
[Chore] Fix ruamel.yaml version on v0.17.*
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Oct 24, 2023
1 parent 50d19c5 commit f37c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _get_version():
python_requires=">=3.8",
packages=find_packages(),
install_requires=[
'ruamel.yaml',
'ruamel.yaml>=0.17,<0.18',
'sqlalchemy>=1.4',
'sentry-sdk',
'rich>=12.0.0',
Expand Down

0 comments on commit f37c9df

Please sign in to comment.