fal 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fal might be problematic. Click here for more details.
- fal/_fal_version.py +2 -2
- fal/_serialization.py +4 -1
- {fal-1.0.1.dist-info → fal-1.0.2.dist-info}/METADATA +1 -1
- {fal-1.0.1.dist-info → fal-1.0.2.dist-info}/RECORD +7 -7
- {fal-1.0.1.dist-info → fal-1.0.2.dist-info}/WHEEL +0 -0
- {fal-1.0.1.dist-info → fal-1.0.2.dist-info}/entry_points.txt +0 -0
- {fal-1.0.1.dist-info → fal-1.0.2.dist-info}/top_level.txt +0 -0
fal/_fal_version.py
CHANGED
fal/_serialization.py
CHANGED
|
@@ -195,7 +195,10 @@ def _patch_rlock() -> None:
|
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
def _patch_console_thread_locals() -> None:
|
|
198
|
-
|
|
198
|
+
try:
|
|
199
|
+
from rich.console import ConsoleThreadLocals
|
|
200
|
+
except ModuleNotFoundError:
|
|
201
|
+
return
|
|
199
202
|
|
|
200
203
|
def create_locals(kwargs: dict) -> ConsoleThreadLocals:
|
|
201
204
|
return ConsoleThreadLocals(**kwargs)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
fal/__init__.py,sha256=suif79hYcYwlZ8dAaVXCErKhuD2AYf8uU78rty8jow8,721
|
|
2
2
|
fal/__main__.py,sha256=MSmt_5Xg84uHqzTN38JwgseJK8rsJn_11A8WD99VtEo,61
|
|
3
|
-
fal/_fal_version.py,sha256=
|
|
4
|
-
fal/_serialization.py,sha256=
|
|
3
|
+
fal/_fal_version.py,sha256=BGgbj7AHZwtVw29XgDIjcG5woR-f3jQy2X-ArcRT22E,411
|
|
4
|
+
fal/_serialization.py,sha256=7urrZXw99qmsK-RkjCurk6Va4TMEfDIMajkzKbSW4j4,7655
|
|
5
5
|
fal/_version.py,sha256=EBGqrknaf1WygENX-H4fBefLvHryvJBBGtVJetaB0NY,266
|
|
6
6
|
fal/api.py,sha256=g8ypixM_3AZMdDbGQTUkBE92kphGE3dpLJPsY2cJMIk,36287
|
|
7
7
|
fal/app.py,sha256=s9ba4t4D5KJrPFGKeRzL3XsdKH-W1Be6NmDQgYjPnCw,13826
|
|
@@ -92,8 +92,8 @@ openapi_fal_rest/models/workflow_node_type.py,sha256=-FzyeY2bxcNmizKbJI8joG7byRi
|
|
|
92
92
|
openapi_fal_rest/models/workflow_schema.py,sha256=4K5gsv9u9pxx2ItkffoyHeNjBBYf6ur5bN4m_zePZNY,2019
|
|
93
93
|
openapi_fal_rest/models/workflow_schema_input.py,sha256=2OkOXWHTNsCXHWS6EGDFzcJKkW5FIap-2gfO233EvZQ,1191
|
|
94
94
|
openapi_fal_rest/models/workflow_schema_output.py,sha256=EblwSPAGfWfYVWw_WSSaBzQVju296is9o28rMBAd0mc,1196
|
|
95
|
-
fal-1.0.
|
|
96
|
-
fal-1.0.
|
|
97
|
-
fal-1.0.
|
|
98
|
-
fal-1.0.
|
|
99
|
-
fal-1.0.
|
|
95
|
+
fal-1.0.2.dist-info/METADATA,sha256=aCks8skI_xU27Mx6dtEPGPz0_H4USs9l9DtM9MOqV7I,3740
|
|
96
|
+
fal-1.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
97
|
+
fal-1.0.2.dist-info/entry_points.txt,sha256=32zwTUC1U1E7nSTIGCoANQOQ3I7-qHG5wI6gsVz5pNU,37
|
|
98
|
+
fal-1.0.2.dist-info/top_level.txt,sha256=r257X1L57oJL8_lM0tRrfGuXFwm66i1huwQygbpLmHw,21
|
|
99
|
+
fal-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|