Skip to content

Commit

Permalink
[Fix] Update
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome authored and wcchang1115 committed Oct 24, 2023
1 parent c5bb8f7 commit 1f66f95
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>=0.17,<0.18',
'ruamel.yaml<0.18.0',
'sqlalchemy>=1.4',
'sentry-sdk',
'rich>=12.0.0',
Expand Down

0 comments on commit 1f66f95

Please sign in to comment.