We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ca339 commit f73e618Copy full SHA for f73e618
1 file changed
pyproject.toml
@@ -25,10 +25,10 @@ dependencies = [
25
'importlib-metadata; python_version<"3.8"',
26
"Jinja2<3.2",
27
"pluggy<1.3",
28
- "rich==13.4.2",
+ "rich<=13.7.1",
29
"toml<0.11",
30
- "typer==0.9.0",
31
- "platformdirs<2.7",
+ "typer<=0.9.0",
+ "platformdirs<4.3",
32
"requests<=2.31.0"
33
]
34
description = "Command Line Interface for PyScript"
0 commit comments