starflow-py 0.59.0__py3-none-any.whl → 0.60.0__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.
starflow/VERSION CHANGED
@@ -1 +1 @@
1
- 0.59.0
1
+ 0.60.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: starflow-py
3
- Version: 0.59.0
3
+ Version: 0.60.0
4
4
  Summary: Python package for starflow.
5
5
  Author-email: Alexandre Lazar <alexandre.lazar@gmail.com>
6
6
  License:
@@ -227,7 +227,7 @@ Requires-Dist: click ==8.1.3
227
227
  Requires-Dist: rich >=13.4.2
228
228
  Requires-Dist: colorama ==0.4.6
229
229
  Provides-Extra: airflow
230
- Requires-Dist: apache-airflow ==3.0.6 ; extra == 'airflow'
230
+ Requires-Dist: apache-airflow ==3.1.7 ; extra == 'airflow'
231
231
  Requires-Dist: apache-airflow-providers-cncf-kubernetes ==10.8.0 ; extra == 'airflow'
232
232
  Requires-Dist: apache-airflow-providers-docker ==4.4.2 ; extra == 'airflow'
233
233
  Requires-Dist: python-keycloak ==5.2.0 ; extra == 'airflow'
@@ -249,7 +249,7 @@ Requires-Dist: pyOpenSSL >=25.0.0 ; extra == 'full'
249
249
  Requires-Dist: PyGithub >=2.5.0 ; extra == 'full'
250
250
  Requires-Dist: docker >=7.1.0 ; extra == 'full'
251
251
  Requires-Dist: kubernetes ==33.1.0 ; extra == 'full'
252
- Requires-Dist: apache-airflow ==3.0.6 ; extra == 'full'
252
+ Requires-Dist: apache-airflow ==3.1.7 ; extra == 'full'
253
253
  Requires-Dist: apache-airflow-providers-cncf-kubernetes ==10.8.0 ; extra == 'full'
254
254
  Requires-Dist: apache-airflow-providers-docker ==4.4.2 ; extra == 'full'
255
255
  Requires-Dist: python-keycloak ==5.8.1 ; extra == 'full'
@@ -1,4 +1,4 @@
1
- starflow/VERSION,sha256=U2CeMmiz9g5emUH5bbr5XaXKo0Cc_qxfwQU58yK5AaE,6
1
+ starflow/VERSION,sha256=O1XftWpPJ0Ka8gL4_ENStH7I1Wp53VnQvytfUb2iLuk,6
2
2
  starflow/__init__.py,sha256=I3dmIBqKnlYjo-VFCDdA_7YUqsNT-i9QtQqXnV9pW4U,233
3
3
  starflow/base_piece.py,sha256=Jrp2VfEeCnEPRz83OjYWpkh4QOTHFOS4xmy3uNOH1jQ,16775
4
4
  starflow/logger.py,sha256=M6lHuZwePkBASyHg6u9BepE66BYQ6b1I8kYsK6p0Qe4,891
@@ -64,9 +64,9 @@ starflow/utils/__init__.py,sha256=7CET-zz6y1EBuBJQLgF3rXNhKOSj32Z3X_3mKUAirII,23
64
64
  starflow/utils/metadata_default.py,sha256=4tbmWoVuoRMxd2c2vkwKYLkTTDf1I0OooXB_P5DGWXM,455
65
65
  starflow/utils/piece_generator.py,sha256=kVMw5KquhOsrQkTscTTk0yLFCwx3kAR03HeqRMBbK6w,516
66
66
  starflow/utils/workflow_shared_storage.py,sha256=USt_Q6nRGrtbcgrWHjtEvBDMSGSDd3BwUrZVe0RItH0,272
67
- starflow_py-0.59.0.dist-info/LICENSE,sha256=GJqGH98qXg5fnWj-lAWzUSbTA1WTF5cilL15ly2jp2o,11343
68
- starflow_py-0.59.0.dist-info/METADATA,sha256=Zpb4JdQiIaCMqHwsutiSwMSsV6ZjbQSWgbGW376ncdo,24916
69
- starflow_py-0.59.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
70
- starflow_py-0.59.0.dist-info/entry_points.txt,sha256=NYo4PDd8SDc8KPWY6HJmn5qxdr_5EwYAGYzO-Mcw7nw,50
71
- starflow_py-0.59.0.dist-info/top_level.txt,sha256=z6ucMuN3MqWfaz5nq1cnj5FsQ_dwpO3SYa_mRLH07w0,9
72
- starflow_py-0.59.0.dist-info/RECORD,,
67
+ starflow_py-0.60.0.dist-info/LICENSE,sha256=GJqGH98qXg5fnWj-lAWzUSbTA1WTF5cilL15ly2jp2o,11343
68
+ starflow_py-0.60.0.dist-info/METADATA,sha256=wXOxvBqgWwc3j0CMT5H9VunqiLw8luL8kF7dwGBJJhw,24916
69
+ starflow_py-0.60.0.dist-info/WHEEL,sha256=WnJ8fYhv8N4SYVK2lLYNI6N0kVATA7b0piVUNvqIIJE,91
70
+ starflow_py-0.60.0.dist-info/entry_points.txt,sha256=NYo4PDd8SDc8KPWY6HJmn5qxdr_5EwYAGYzO-Mcw7nw,50
71
+ starflow_py-0.60.0.dist-info/top_level.txt,sha256=z6ucMuN3MqWfaz5nq1cnj5FsQ_dwpO3SYa_mRLH07w0,9
72
+ starflow_py-0.60.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.2)
2
+ Generator: setuptools (75.3.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5