fix(shared): pin loguru version

Pinned to 0.5.3 until https://github.com/Delgan/loguru/issues/581 is
fixed
This commit is contained in:
Kyle Robbertze 2022-01-31 11:07:52 +02:00 committed by Jonas L
parent cba905e367
commit c266221165
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ setup(
package_data={"": ["py.typed"]},
install_requires=[
"click>=8.0.3",
"loguru",
# Pinned until https://github.com/Delgan/loguru/issues/581 is fixed
"loguru==0.5.3",
"pydantic",
"pyyaml",
],