Spaces:
Sleeping
Sleeping
fix: downgrade tomlkit version to 0.12.0 for compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -49,7 +49,7 @@ shellingham==1.5.4
|
|
49 |
six==1.17.0
|
50 |
sniffio==1.3.1
|
51 |
starlette==0.46.2
|
52 |
-
tomlkit==0.
|
53 |
tqdm==4.67.1
|
54 |
typer==0.16.0
|
55 |
typing-inspection==0.4.1
|
|
|
49 |
six==1.17.0
|
50 |
sniffio==1.3.1
|
51 |
starlette==0.46.2
|
52 |
+
tomlkit==0.12.0
|
53 |
tqdm==4.67.1
|
54 |
typer==0.16.0
|
55 |
typing-inspection==0.4.1
|