flyte 0.2.0b19__py3-none-any.whl → 0.2.0b20__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 flyte might be problematic. Click here for more details.
- flyte/_image.py +1 -1
- flyte/_version.py +2 -2
- {flyte-0.2.0b19.dist-info → flyte-0.2.0b20.dist-info}/METADATA +1 -1
- {flyte-0.2.0b19.dist-info → flyte-0.2.0b20.dist-info}/RECORD +7 -7
- {flyte-0.2.0b19.dist-info → flyte-0.2.0b20.dist-info}/WHEEL +0 -0
- {flyte-0.2.0b19.dist-info → flyte-0.2.0b20.dist-info}/entry_points.txt +0 -0
- {flyte-0.2.0b19.dist-info → flyte-0.2.0b20.dist-info}/top_level.txt +0 -0
flyte/_image.py
CHANGED
|
@@ -393,7 +393,7 @@ class Image:
|
|
|
393
393
|
if dev_mode:
|
|
394
394
|
image = image._with_local_v2()
|
|
395
395
|
else:
|
|
396
|
-
image = image.with_pip_packages("flyte=={flyte_version}")
|
|
396
|
+
image = image.with_pip_packages(f"flyte=={flyte_version}")
|
|
397
397
|
object.__setattr__(image, "_tag", preset_tag)
|
|
398
398
|
# Set this to auto for all auto images because the meaning of "auto" can change (based on logic inside
|
|
399
399
|
# _get_default_image_for, acts differently in a running task container) so let's make sure it stays auto.
|
flyte/_version.py
CHANGED
|
@@ -17,5 +17,5 @@ __version__: str
|
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
|
18
18
|
version_tuple: VERSION_TUPLE
|
|
19
19
|
|
|
20
|
-
__version__ = version = '0.2.
|
|
21
|
-
__version_tuple__ = version_tuple = (0, 2, 0, '
|
|
20
|
+
__version__ = version = '0.2.0b20'
|
|
21
|
+
__version_tuple__ = version_tuple = (0, 2, 0, 'b20')
|
|
@@ -8,7 +8,7 @@ flyte/_environment.py,sha256=dmIFmFLRIklOEYL9gsP2IH3-MYcjHYyyOlqlcf3E6_A,2924
|
|
|
8
8
|
flyte/_excepthook.py,sha256=nXts84rzEg6-7RtFarbKzOsRZTQR4plnbWVIFMAEprs,1310
|
|
9
9
|
flyte/_group.py,sha256=7o1j16sZyUmYB50mOiq1ui4TBAKhRpDqLakV8Ya1kw4,803
|
|
10
10
|
flyte/_hash.py,sha256=Of_Zl_DzzzF2jp4ZsLm-3o-xJFCCJ8_GubmLI1htx78,504
|
|
11
|
-
flyte/_image.py,sha256=
|
|
11
|
+
flyte/_image.py,sha256=jnMJujIOCHkzot5KnCW1pglARNlkwv02PLA4GTD0qhs,29724
|
|
12
12
|
flyte/_initialize.py,sha256=xKl_LYMluRt21wWqa6RTKuLo0_DCbSaTfUk27_brtNk,18232
|
|
13
13
|
flyte/_interface.py,sha256=1B9zIwFDjiVp_3l_mk8EpA4g3Re-6DUBEBi9z9vDvPs,3504
|
|
14
14
|
flyte/_logging.py,sha256=_yNo-Nx2yzh0MLoZGbnIYHGKei4wtQmSGM0lE30Ev7w,3662
|
|
@@ -24,7 +24,7 @@ flyte/_task_environment.py,sha256=B493b54xpnNFNtHek3cmT4XuNiPNVf2gx9Yylyb1ncw,69
|
|
|
24
24
|
flyte/_timeout.py,sha256=zx5sFcbYmjJAJbZWSGzzX-BpC9HC7Jfs35T7vVhKwkk,1571
|
|
25
25
|
flyte/_tools.py,sha256=JewkQZBR_M85tS6QY8e4xXue75jbOE48nID4ZHnc9jY,632
|
|
26
26
|
flyte/_trace.py,sha256=C788bgoSc3st8kE8Cae2xegnLx2CT6uuRKKfaDrDUys,5122
|
|
27
|
-
flyte/_version.py,sha256=
|
|
27
|
+
flyte/_version.py,sha256=2zwM42jgtTbQ5nghDiGlcpIjWP03pWSRnSChl7LzXQc,521
|
|
28
28
|
flyte/errors.py,sha256=skXcdexLisFZFcTnUmMvMmuh4Ty96oJkyLKaipzkyeI,4954
|
|
29
29
|
flyte/models.py,sha256=my7Vxo-NK6gHGahyqtHr42wYjPGw0nl2SGBBoSb6hIc,14733
|
|
30
30
|
flyte/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -221,8 +221,8 @@ flyte/types/_renderer.py,sha256=ygcCo5l60lHufyQISFddZfWwLlQ8kJAKxUT_XnR_6dY,4818
|
|
|
221
221
|
flyte/types/_string_literals.py,sha256=NlG1xV8RSA-sZ-n-IFQCAsdB6jXJOAKkHWtnopxVVDk,4231
|
|
222
222
|
flyte/types/_type_engine.py,sha256=CCjpqXNX2BMza2cKq42hJXwabWy8GWsimsgiGZJ_00M,96583
|
|
223
223
|
flyte/types/_utils.py,sha256=pbts9E1_2LTdLygAY0UYTLYJ8AsN3BZyviSXvrtcutc,2626
|
|
224
|
-
flyte-0.2.
|
|
225
|
-
flyte-0.2.
|
|
226
|
-
flyte-0.2.
|
|
227
|
-
flyte-0.2.
|
|
228
|
-
flyte-0.2.
|
|
224
|
+
flyte-0.2.0b20.dist-info/METADATA,sha256=CiRUMUNThKu0qQUN5XxdtVgPnRUv8flBIGyQpqh2Tsg,5850
|
|
225
|
+
flyte-0.2.0b20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
226
|
+
flyte-0.2.0b20.dist-info/entry_points.txt,sha256=MIq2z5dBurdCJfpXfMKzgBv7sJOakKRYxr8G0cMiTrg,75
|
|
227
|
+
flyte-0.2.0b20.dist-info/top_level.txt,sha256=7dkyFbikvA12LEZEqawx8oDG1CMod6hTliPj7iWzgYo,6
|
|
228
|
+
flyte-0.2.0b20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|