lfx-nightly 0.1.12.dev30__py3-none-any.whl → 0.1.12.dev31__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 lfx-nightly might be problematic. Click here for more details.
- lfx/services/settings/base.py +2 -0
- {lfx_nightly-0.1.12.dev30.dist-info → lfx_nightly-0.1.12.dev31.dist-info}/METADATA +1 -1
- {lfx_nightly-0.1.12.dev30.dist-info → lfx_nightly-0.1.12.dev31.dist-info}/RECORD +5 -5
- {lfx_nightly-0.1.12.dev30.dist-info → lfx_nightly-0.1.12.dev31.dist-info}/WHEEL +0 -0
- {lfx_nightly-0.1.12.dev30.dist-info → lfx_nightly-0.1.12.dev31.dist-info}/entry_points.txt +0 -0
lfx/services/settings/base.py
CHANGED
|
@@ -381,6 +381,8 @@ class Settings(BaseSettings):
|
|
|
381
381
|
|
|
382
382
|
if isinstance(value, str):
|
|
383
383
|
value = Path(value)
|
|
384
|
+
# Resolve to absolute path to handle relative paths correctly
|
|
385
|
+
value = value.resolve()
|
|
384
386
|
if not value.exists():
|
|
385
387
|
value.mkdir(parents=True, exist_ok=True)
|
|
386
388
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lfx-nightly
|
|
3
|
-
Version: 0.1.12.
|
|
3
|
+
Version: 0.1.12.dev31
|
|
4
4
|
Summary: Langflow Executor - A lightweight CLI tool for executing and serving Langflow AI flows
|
|
5
5
|
Author-email: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
|
|
6
6
|
Requires-Python: <3.14,>=3.10
|
|
@@ -676,7 +676,7 @@ lfx/services/mcp_composer/factory.py,sha256=f8Bj0ZR9A_o1c3Kw5JKyR6SbtbCEPNWOy8b0
|
|
|
676
676
|
lfx/services/mcp_composer/service.py,sha256=Binv29dXSRscUPOa40714w_NYmebZB3gwBp68KnaSFc,25765
|
|
677
677
|
lfx/services/settings/__init__.py,sha256=UISBvOQIqoA3a8opwJrTQp4PSTqpReY6GQ_7O6WuqJQ,65
|
|
678
678
|
lfx/services/settings/auth.py,sha256=_18KZipq0udCJPq-4xCD_juhqSwAEvoCqxOTSYsNv5w,5720
|
|
679
|
-
lfx/services/settings/base.py,sha256=
|
|
679
|
+
lfx/services/settings/base.py,sha256=8_eiUe90Yi_YKw-abRurGXgbmVmOAbSXEbUDTabXbas,26221
|
|
680
680
|
lfx/services/settings/constants.py,sha256=ZBJolZ4kx0ZoYp2BDyHkgDFgaXEQAH-ZcLqgunv_MqQ,908
|
|
681
681
|
lfx/services/settings/factory.py,sha256=NezZ6TE_xP955B9l9pI6ONNyoylrHPfUZN8arvLVRXg,615
|
|
682
682
|
lfx/services/settings/feature_flags.py,sha256=HGuDGgfOBIDtuEiEVTgoWHxKqX2vuVBRgsqdX_4D9kg,205
|
|
@@ -719,7 +719,7 @@ lfx/utils/schemas.py,sha256=NbOtVQBrn4d0BAu-0H_eCTZI2CXkKZlRY37XCSmuJwc,3865
|
|
|
719
719
|
lfx/utils/util.py,sha256=DSMcKoWDxrytAe0-36jwqZ9ac_rT8NP09E8JPDHtal0,20761
|
|
720
720
|
lfx/utils/util_strings.py,sha256=nU_IcdphNaj6bAPbjeL-c1cInQPfTBit8mp5Y57lwQk,1686
|
|
721
721
|
lfx/utils/version.py,sha256=cHpbO0OJD2JQAvVaTH_6ibYeFbHJV0QDHs_YXXZ-bT8,671
|
|
722
|
-
lfx_nightly-0.1.12.
|
|
723
|
-
lfx_nightly-0.1.12.
|
|
724
|
-
lfx_nightly-0.1.12.
|
|
725
|
-
lfx_nightly-0.1.12.
|
|
722
|
+
lfx_nightly-0.1.12.dev31.dist-info/METADATA,sha256=8luCG-uZgW6j456bJIhuC0ObvFOsU3dL9OwJ9uetLhw,8290
|
|
723
|
+
lfx_nightly-0.1.12.dev31.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
724
|
+
lfx_nightly-0.1.12.dev31.dist-info/entry_points.txt,sha256=1724p3RHDQRT2CKx_QRzEIa7sFuSVO0Ux70YfXfoMT4,42
|
|
725
|
+
lfx_nightly-0.1.12.dev31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|