prefect-client 2.16.7__py3-none-any.whl → 2.16.8__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.
- prefect/settings.py +1 -1
- {prefect_client-2.16.7.dist-info → prefect_client-2.16.8.dist-info}/METADATA +1 -1
- {prefect_client-2.16.7.dist-info → prefect_client-2.16.8.dist-info}/RECORD +6 -6
- {prefect_client-2.16.7.dist-info → prefect_client-2.16.8.dist-info}/LICENSE +0 -0
- {prefect_client-2.16.7.dist-info → prefect_client-2.16.8.dist-info}/WHEEL +0 -0
- {prefect_client-2.16.7.dist-info → prefect_client-2.16.8.dist-info}/top_level.txt +0 -0
prefect/settings.py
CHANGED
@@ -1236,7 +1236,7 @@ Note this setting only applies when calling `prefect server start`; if hosting t
|
|
1236
1236
|
API with another tool you will need to configure this there instead.
|
1237
1237
|
"""
|
1238
1238
|
|
1239
|
-
PREFECT_SERVER_CSRF_PROTECTION_ENABLED = Setting(bool, default=
|
1239
|
+
PREFECT_SERVER_CSRF_PROTECTION_ENABLED = Setting(bool, default=False)
|
1240
1240
|
"""
|
1241
1241
|
Controls the activation of CSRF protection for the Prefect server API.
|
1242
1242
|
|
@@ -16,7 +16,7 @@ prefect/profiles.toml,sha256=1Tz7nKBDTDXL_6KPJSeB7ok0Vx_aQJ_p0AUmbnzDLzw,39
|
|
16
16
|
prefect/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
prefect/results.py,sha256=FgudRagwoNKVKR5590I4AN0mxgYoyXG_7Q1HVoMXdaU,24731
|
18
18
|
prefect/serializers.py,sha256=-zMi0OivhnUMZsOqNPyP4EoV0tVf7HsanFeAxJiDmzw,9015
|
19
|
-
prefect/settings.py,sha256=
|
19
|
+
prefect/settings.py,sha256=AwAXUKzlcIwPf5O2gSqR-X7g3NvvPt4OeBhoHJkfCaQ,71633
|
20
20
|
prefect/states.py,sha256=-Ud4AUom3Qu-HQ4hOLvfVZuuF-b_ibaqtzmL7V949Ac,20839
|
21
21
|
prefect/task_engine.py,sha256=_2I7XLwoT_nNhpzTMa_52aQKjsDoaW6WpzwIHYEWZS0,2598
|
22
22
|
prefect/task_runners.py,sha256=HXUg5UqhZRN2QNBqMdGE1lKhwFhT8TaRN75ScgLbnw8,11012
|
@@ -263,8 +263,8 @@ prefect/workers/block.py,sha256=aPdOFQ0ng4rVCyA5O_F9R0y-AM9yt9SBuuymc2f14zc,7733
|
|
263
263
|
prefect/workers/process.py,sha256=Kxj_eZYh6R8t8253LYIIafiG7dodCF8RZABwd3Ng_R0,10253
|
264
264
|
prefect/workers/server.py,sha256=WVZJxR8nTMzK0ov0BD0xw5OyQpT26AxlXbsGQ1OrxeQ,1551
|
265
265
|
prefect/workers/utilities.py,sha256=VfPfAlGtTuDj0-Kb8WlMgAuOfgXCdrGAnKMapPSBrwc,2483
|
266
|
-
prefect_client-2.16.
|
267
|
-
prefect_client-2.16.
|
268
|
-
prefect_client-2.16.
|
269
|
-
prefect_client-2.16.
|
270
|
-
prefect_client-2.16.
|
266
|
+
prefect_client-2.16.8.dist-info/LICENSE,sha256=MCxsn8osAkzfxKC4CC_dLcUkU8DZLkyihZ8mGs3Ah3Q,11357
|
267
|
+
prefect_client-2.16.8.dist-info/METADATA,sha256=qmGY6vjK9l2m26m1EyEy4WUzFDL1bOs7LD2hi4gu9QE,7357
|
268
|
+
prefect_client-2.16.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
269
|
+
prefect_client-2.16.8.dist-info/top_level.txt,sha256=MJZYJgFdbRc2woQCeB4vM6T33tr01TmkEhRcns6H_H4,8
|
270
|
+
prefect_client-2.16.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|