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:
parent
cba905e367
commit
c266221165
|
@ -18,7 +18,8 @@ setup(
|
||||||
package_data={"": ["py.typed"]},
|
package_data={"": ["py.typed"]},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"click>=8.0.3",
|
"click>=8.0.3",
|
||||||
"loguru",
|
# Pinned until https://github.com/Delgan/loguru/issues/581 is fixed
|
||||||
|
"loguru==0.5.3",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue