Lytekit

Latest version: v0.15.14

Safety actively analyzes 682487 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 69

1.10.3b0

What's Changed
* Flyin - Enhance code server installation based on system architecture by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2016
* changing permissions of /tmp by pingsutw in https://github.com/flyteorg/flytekit/pull/2026
* removes references to unused plugins by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2025
* Separate agent from pyflyte serve by chaohengstudent in https://github.com/flyteorg/flytekit/pull/2019
* Flyin - vscode resume task by troychiu in https://github.com/flyteorg/flytekit/pull/2017
* Run databricks task locally by pingsutw in https://github.com/flyteorg/flytekit/pull/1951
* Fix flyin image by setting py to 3.10 by ByronHsu in https://github.com/flyteorg/flytekit/pull/2031
* Generate version with setuptools_scm and migrate to pyproject.toml by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2028


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.10.2...v1.10.3b0

1.10.2

What's Changed
* Add support spark plugin in python-3.11 and remove requirement.txt by pingsutw in https://github.com/flyteorg/flytekit/pull/1940
* Support imagespec in V1Container (pod_template) by ByronHsu in https://github.com/flyteorg/flytekit/pull/1952
* feat: add file type validation and mime type extraction by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/1893
* Fix bug in polars parquet decoding handler by danpf in https://github.com/flyteorg/flytekit/pull/1899
* Added subproc_raise public facing function for calling shell commands by pryce-turner in https://github.com/flyteorg/flytekit/pull/1949
* Bump werkzeug from 2.3.7 to 2.3.8 in /plugins/flytekit-dbt by dependabot in https://github.com/flyteorg/flytekit/pull/1960
* MAINT Adds support for pytest-xdist and enables it in the CI by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1974
* MAINT Updates github actions to their latest versions by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1975
* MAINT Remove natsort dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1969
* MAINT Removes GitPython dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1966
* add support for gate nodes in `sync_node_execution` by samhita-alla in https://github.com/flyteorg/flytekit/pull/1971
* Adds deprecation warning for disable_deck and point to enable_deck by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1964
* Bump aiohttp from 3.8.5 to 3.8.6 in /plugins/flytekit-spark by dependabot in https://github.com/flyteorg/flytekit/pull/1959
* MAINT Removes pyopenssl dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1965
* MAINT Remove pytz dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1968
* Removes docker-image-py dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1978
* FIX Fixes codecov upload by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1979
* Add Sections in the PR Template by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1939
* Migrates developer tooling to use ruff by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1982
* MAINT Adds more timeout for flakey test by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1981
* MAINT Removes sortedcontainers, deprecated, and dateutil dependencies by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1970
* New Features in VSCode Plugin: Auto server termination after max idle time and default installation of python + jupyter notebook extensions by JasonZhu1313 in https://github.com/flyteorg/flytekit/pull/1977
* Do not check if image builder exists in the dynamic task by pingsutw in https://github.com/flyteorg/flytekit/pull/1967
* Rename vscode as flyin plugin by ByronHsu in https://github.com/flyteorg/flytekit/pull/1986
* Bump aiohttp from 3.8.5 to 3.8.6 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1958
* Agent Get Pending Message by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1834
* Run serialization test individually by pingsutw in https://github.com/flyteorg/flytekit/pull/1985
* Use ImageSpec inside raw container task by pingsutw in https://github.com/flyteorg/flytekit/pull/1944
* MAINT Remove wrapt dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/1973
* [flyin] Use current context logger instead of root logger to show info level logs by ByronHsu in https://github.com/flyteorg/flytekit/pull/1998
* feat: add jupyter notebook decorator by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/1976
* convert datetime to date when the type is specified as date by samhita-alla in https://github.com/flyteorg/flytekit/pull/1999
* Add codecov exclude_lines configuration by ringohoffman in https://github.com/flyteorg/flytekit/pull/1995
* Run task first and detect local execution by troychiu in https://github.com/flyteorg/flytekit/pull/1997
* Return None type instead of exception by honnix in https://github.com/flyteorg/flytekit/pull/1907
* Bump aiohttp from 3.8.6 to 3.9.0 in /plugins/flytekit-spark by dependabot in https://github.com/flyteorg/flytekit/pull/2001
* Bump aiohttp from 3.8.6 to 3.9.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2002
* Remove upper bound on pyarrow by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1988
* Fix: Restore of corrupt checkpoints by fellhorn in https://github.com/flyteorg/flytekit/pull/1996
* Fixed CI job error (aiohttp) by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2007
* Bump cryptography from 41.0.4 to 41.0.6 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2006
* Fix: Detection of wrong type transformer for multi-inheritance enum by fg91 in https://github.com/flyteorg/flytekit/pull/2004
* Update Flytekit Dockerfile by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1993
* change the wait by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1961
* Airflow Agent Refactor by pingsutw in https://github.com/flyteorg/flytekit/pull/1929
* Bump cryptography from 41.0.5 to 41.0.6 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2008
* Remove wheel dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2010
* Bump aiohttp from 3.8.6 to 3.9.0 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2009
* Flyin - interactive debugging by troychiu in https://github.com/flyteorg/flytekit/pull/2000
* Flyin Dockerfile by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1990
* Add Flyin Config for VSCode Extension by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1989
* Fix default paramaters when launching launchplans from within other workflows by Tom-Newton in https://github.com/flyteorg/flytekit/pull/1972
* Add `Why, What, Tests Sections` in PR Template by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2003
* Override the container image of map task by pingsutw in https://github.com/flyteorg/flytekit/pull/2011
* Introduce class decorator to flyin vscode for url exposure by ByronHsu in https://github.com/flyteorg/flytekit/pull/1994
* use original file/directory with local pyflyte run by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1957
* Fix union transformer by pingsutw in https://github.com/flyteorg/flytekit/pull/2024
* Simplify CLI implementation for build and run by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2023

New Contributors
* jasonlai1218 made their first contribution in https://github.com/flyteorg/flytekit/pull/1893
* danpf made their first contribution in https://github.com/flyteorg/flytekit/pull/1899
* pryce-turner made their first contribution in https://github.com/flyteorg/flytekit/pull/1949
* thomasjpfan made their first contribution in https://github.com/flyteorg/flytekit/pull/1974
* JasonZhu1313 made their first contribution in https://github.com/flyteorg/flytekit/pull/1977
* fellhorn made their first contribution in https://github.com/flyteorg/flytekit/pull/1996

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.10.1...v1.10.2

1.10.1

What's Changed
* Fix flyteagent image build by eapolinario in https://github.com/flyteorg/flytekit/pull/1906
* Flyte `flyte://` file system and improve remote file handling by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1674
* Improved rendering of output literals by kumare3 in https://github.com/flyteorg/flytekit/pull/1916
* Use Airflow task inside dynamic workflow by pingsutw in https://github.com/flyteorg/flytekit/pull/1912
* Add more tests for sensor by pingsutw in https://github.com/flyteorg/flytekit/pull/1892
* [WIP] Fix: Allow elastic tasks to be recoverable by fg91 in https://github.com/flyteorg/flytekit/pull/1846
* Make sure `$HOME` is writable in dev image by ByronHsu in https://github.com/flyteorg/flytekit/pull/1924
* Use communicate in shell task by eapolinario in https://github.com/flyteorg/flytekit/pull/1923
* Improve error message when omitting task kwarg in workflows by fg91 in https://github.com/flyteorg/flytekit/pull/1921
* Add support for min_success_ratio for local map_task execution by chaohengstudent in https://github.com/flyteorg/flytekit/pull/1884
* Do not cache packages in images by eapolinario in https://github.com/flyteorg/flytekit/pull/1927
* [flytekit] Support attribute access on promises by ByronHsu in https://github.com/flyteorg/flytekit/pull/1825
* Pyflyte --env Option for Register and Serialize by MinuraPunchihewa in https://github.com/flyteorg/flytekit/pull/1880
* Feat: Add Audience + Scopes Param to PKCE and DeviceCode Auth Flows by PudgyPigeon in https://github.com/flyteorg/flytekit/pull/1876
* [Extended Resources] GPU Accelerators by jeevb in https://github.com/flyteorg/flytekit/pull/1843
* Fix remote integration tests by troychiu in https://github.com/flyteorg/flytekit/pull/1896
* Set protobuf to <4.25.0 by pingsutw in https://github.com/flyteorg/flytekit/pull/1934
* Auto download for fetch by kumare3 in https://github.com/flyteorg/flytekit/pull/1918
* Get launchplans by kumare3 in https://github.com/flyteorg/flytekit/pull/1930
* Cancel a currently running workflow from the same PR when a new workflow is triggered by pingsutw in https://github.com/flyteorg/flytekit/pull/1886
* Add hadoop aws/gcp jar to the spark default image by pingsutw in https://github.com/flyteorg/flytekit/pull/1908
* Sort `install_requires` dependencies by bstadlbauer in https://github.com/flyteorg/flytekit/pull/1931
* Add vscode plugin to enable interactive debugging by troychiu in https://github.com/flyteorg/flytekit/pull/1922
* Kubeflow TensorFlow Training Operator Add Evaluator by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1870
* Support pip install for vaex on python3.10 by ericwudayi in https://github.com/flyteorg/flytekit/pull/1942
* Expose -r in pyflyte run by eapolinario in https://github.com/flyteorg/flytekit/pull/1933
* Adds download command to remote. by kumare3 in https://github.com/flyteorg/flytekit/pull/1946
* Feat: If PKCE AuthorizationClient cannot open browser, ask user to do so manually by fg91 in https://github.com/flyteorg/flytekit/pull/1947
* Bump pyarrow from 10.0.1 to 14.0.1 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1950
* Fix lint test by pingsutw in https://github.com/flyteorg/flytekit/pull/1956
* Fix remote file system (get/put) by pingsutw in https://github.com/flyteorg/flytekit/pull/1955

New Contributors
* MinuraPunchihewa made their first contribution in https://github.com/flyteorg/flytekit/pull/1880
* ericwudayi made their first contribution in https://github.com/flyteorg/flytekit/pull/1942

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.10.0...v1.10.1

1.10.1b0

What's Changed
* Fix flyteagent image build by eapolinario in https://github.com/flyteorg/flytekit/pull/1906
* Flyte `flyte://` file system and improve remote file handling by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1674
* Improved rendering of output literals by kumare3 in https://github.com/flyteorg/flytekit/pull/1916
* Use Airflow task insdie dynamic workflow by pingsutw in https://github.com/flyteorg/flytekit/pull/1912


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.10.0...v1.10.1b0

1.10.0

What's Changed
* Better error messaging for overrides by kumare3 in https://github.com/flyteorg/flytekit/pull/1807
* Run remote Launchplan from `pyflyte run` by kumare3 in https://github.com/flyteorg/flytekit/pull/1785
* Add is none function by pingsutw in https://github.com/flyteorg/flytekit/pull/1757
* Dynamic workflow should not throw nested task warning by oliverhu in https://github.com/flyteorg/flytekit/pull/1812
* Add a manual image building GH action by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1816
* Enable Azure Workload Identity for `fsspec` in `flytekit` by fiedlerNr9 in https://github.com/flyteorg/flytekit/pull/1813
* Fix list of annotated structured dataset by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1817
* Support the flytectl config.yaml admin.clientSecretEnvVar option in flytekit by chaohengstudent in https://github.com/flyteorg/flytekit/pull/1819
* Async agent delete function for while loop case by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1802
* fix docs warnings by samhita-alla in https://github.com/flyteorg/flytekit/pull/1827
* Fix extract_task_module by pingsutw in https://github.com/flyteorg/flytekit/pull/1829
* Feat: Add type support for pydantic BaseModels by ArthurBook in https://github.com/flyteorg/flytekit/pull/1660
* Make FlyteRemote example slightly more copy/pastable by katrogan in https://github.com/flyteorg/flytekit/pull/1830
* Pyflyte meta inputs by kumare3 in https://github.com/flyteorg/flytekit/pull/1823
* Use mashumaro to serialize/deserialize dataclass by hhcs9527 in https://github.com/flyteorg/flytekit/pull/1735
* Databricks Agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1797
* Prometheus metrics by pingsutw in https://github.com/flyteorg/flytekit/pull/1815
* Pyflyte register optionally activates schedule by kumare3 in https://github.com/flyteorg/flytekit/pull/1832
* Remove versions 3.9 and 3.10 by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1831
* Snowflake agent by hhcs9527 in https://github.com/flyteorg/flytekit/pull/1799
* Update agent metric name by pingsutw in https://github.com/flyteorg/flytekit/pull/1835
* MemVerge MMCloud Agent by edwinyyyu in https://github.com/flyteorg/flytekit/pull/1821
* Add download badges to the readme by pingsutw in https://github.com/flyteorg/flytekit/pull/1836
* Eager local entrypoint and support for offloaded types by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1833
* update requirements and add snowflake agent to api reference by samhita-alla in https://github.com/flyteorg/flytekit/pull/1838
* Fix: Make sure decks created in elastic task workers are transferred to parent process by fg91 in https://github.com/flyteorg/flytekit/pull/1837
* add accept grpc by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1841
* Feat: Enable `flytekit` to authenticate with proxy in front of FlyteAdmin by fg91 in https://github.com/flyteorg/flytekit/pull/1787
* Backfill command now supports failure-policy by kumare3 in https://github.com/flyteorg/flytekit/pull/1840
* Pass cluster pool when creating executions by iaroslav-ciupin in https://github.com/flyteorg/flytekit/pull/1208
* Add more clear error message when fetching secrets by ysysys3074 in https://github.com/flyteorg/flytekit/pull/1847
* Pyflyte run workflows correctly handles Optional[TYPE] = None by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1849
* Bump gitpython from 3.1.32 to 3.1.35 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1828
* Bump cryptography from 41.0.3 to 41.0.4 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1844
* update codecov config in pythonbuild ci by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1852
* Improved gate node handling by kumare3 in https://github.com/flyteorg/flytekit/pull/1850
* update codecov yaml, make eager wf test more stable by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1854
* more codecov updates by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1856
* make mlflow plugin work with python 3.11 by bcvanmeurs in https://github.com/flyteorg/flytekit/pull/1855
* Agent get secret function by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1851
* Better Azure blob storage support by Tom-Newton in https://github.com/flyteorg/flytekit/pull/1842
* Remove Envd from dockerfile by pingsutw in https://github.com/flyteorg/flytekit/pull/1814
* Update agent uri format by hhcs9527 in https://github.com/flyteorg/flytekit/pull/1861
* modified setup.py in flytekit-mmcloud by helenzhangyc in https://github.com/flyteorg/flytekit/pull/1864
* Label request_failure metric with error_code by pingsutw in https://github.com/flyteorg/flytekit/pull/1862
* add back Edwin's name by helenzhangyc in https://github.com/flyteorg/flytekit/pull/1868
* Fix py38 aync agent service and add async agent test by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1866
* Pin because not installing by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1872
* Bump pillow from 10.0.0 to 10.0.1 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1867
* Prune hosted github runner to free up space for sandbox by jeevb in https://github.com/flyteorg/flytekit/pull/1875
* Fixes Auth issue, where refresh token is expired by kumare3 in https://github.com/flyteorg/flytekit/pull/1873
* Name field is incorrect assigned by kumare3 in https://github.com/flyteorg/flytekit/pull/1874
* [Docs]Updated examples for customizing resources by LunarMarathon in https://github.com/flyteorg/flytekit/pull/1871
* change key path to SNOWFLAKE_PRIVATE_KEY by hhcs9527 in https://github.com/flyteorg/flytekit/pull/1879
* Run notebook task on aws batch by pingsutw in https://github.com/flyteorg/flytekit/pull/1859
* Automatically Convert `name` Argument and `registry` Argument to Lowercase in ImageSpec by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1881
* Dep: Pin min required flytekit version in IAP plugin by fg91 in https://github.com/flyteorg/flytekit/pull/1878
* Remove duplicate click option by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1883
* Bump urllib3 from 1.26.16 to 1.26.17 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1865
* Improve error message in ListTransformer when not passing a list by fg91 in https://github.com/flyteorg/flytekit/pull/1882
* Update `typing_extension` Any import to typing due to `typing_extension` version compatibility by hfurkanvural in https://github.com/flyteorg/flytekit/pull/1877
* Bump gitpython from 3.1.35 to 3.1.37 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1885
* Airflow agent by pingsutw in https://github.com/flyteorg/flytekit/pull/1725
* Add mmcloud plugin into the agent image by pingsutw in https://github.com/flyteorg/flytekit/pull/1891
* Fix map_task sensitive to argument order by chaohengstudent in https://github.com/flyteorg/flytekit/pull/1888
* Bump urllib3 from 1.26.17 to 1.26.18 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1897
* Add enable_deck to task decorator by eapolinario in https://github.com/flyteorg/flytekit/pull/1898
* Add image transformer by pingsutw in https://github.com/flyteorg/flytekit/pull/1901
* add default project domain in execute launch plan by troychiu in https://github.com/flyteorg/flytekit/pull/1894
* Add Databricks and Snowflake agent to Dockerfile by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1905
* Fix module loading bug in instance tracker class by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1902

New Contributors
* fiedlerNr9 made their first contribution in https://github.com/flyteorg/flytekit/pull/1813
* chaohengstudent made their first contribution in https://github.com/flyteorg/flytekit/pull/1819
* ArthurBook made their first contribution in https://github.com/flyteorg/flytekit/pull/1660
* hhcs9527 made their first contribution in https://github.com/flyteorg/flytekit/pull/1735
* edwinyyyu made their first contribution in https://github.com/flyteorg/flytekit/pull/1821
* iaroslav-ciupin made their first contribution in https://github.com/flyteorg/flytekit/pull/1208
* bcvanmeurs made their first contribution in https://github.com/flyteorg/flytekit/pull/1855
* Tom-Newton made their first contribution in https://github.com/flyteorg/flytekit/pull/1842
* helenzhangyc made their first contribution in https://github.com/flyteorg/flytekit/pull/1864
* LunarMarathon made their first contribution in https://github.com/flyteorg/flytekit/pull/1871

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.9.1...v1.10.0

1.10.0b0

What's Changed
* Better error messaging for overrides by kumare3 in https://github.com/flyteorg/flytekit/pull/1807
* Run remote Launchplan from `pyflyte run` by kumare3 in https://github.com/flyteorg/flytekit/pull/1785
* Add is none function by pingsutw in https://github.com/flyteorg/flytekit/pull/1757
* Dynamic workflow should not throw nested task warning by oliverhu in https://github.com/flyteorg/flytekit/pull/1812
* Add a manual image building GH action by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1816
* Enable Azure Workload Identity for `fsspec` in `flytekit` by fiedlerNr9 in https://github.com/flyteorg/flytekit/pull/1813
* Fix list of annotated structured dataset by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1817
* Support the flytectl config.yaml admin.clientSecretEnvVar option in flytekit by chaohengstudent in https://github.com/flyteorg/flytekit/pull/1819
* Async agent delete function for while loop case by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1802
* fix docs warnings by samhita-alla in https://github.com/flyteorg/flytekit/pull/1827
* Fix extract_task_module by pingsutw in https://github.com/flyteorg/flytekit/pull/1829
* Feat: Add type support for pydantic BaseModels by ArthurBook in https://github.com/flyteorg/flytekit/pull/1660
* Make FlyteRemote example slightly more copy/pastable by katrogan in https://github.com/flyteorg/flytekit/pull/1830
* Pyflyte meta inputs by kumare3 in https://github.com/flyteorg/flytekit/pull/1823
* Use mashumaro to serialize/deserialize dataclass by hhcs9527 in https://github.com/flyteorg/flytekit/pull/1735
* Databricks Agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1797
* Prometheus metrics by pingsutw in https://github.com/flyteorg/flytekit/pull/1815
* Pyflyte register optionally activates schedule by kumare3 in https://github.com/flyteorg/flytekit/pull/1832
* Remove versions 3.9 and 3.10 by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1831
* Snowflake agent by hhcs9527 in https://github.com/flyteorg/flytekit/pull/1799
* Update agent metric name by pingsutw in https://github.com/flyteorg/flytekit/pull/1835
* MemVerge MMCloud Agent by edwinyyyu in https://github.com/flyteorg/flytekit/pull/1821
* Add download badges to the readme by pingsutw in https://github.com/flyteorg/flytekit/pull/1836
* Eager local entrypoint and support for offloaded types by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1833
* update requirements and add snowflake agent to api reference by samhita-alla in https://github.com/flyteorg/flytekit/pull/1838
* Fix: Make sure decks created in elastic task workers are transferred to parent process by fg91 in https://github.com/flyteorg/flytekit/pull/1837
* add accept grpc by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1841
* Feat: Enable `flytekit` to authenticate with proxy in front of FlyteAdmin by fg91 in https://github.com/flyteorg/flytekit/pull/1787
* Backfill command now supports failure-policy by kumare3 in https://github.com/flyteorg/flytekit/pull/1840
* Pass cluster pool when creating executions by iaroslav-ciupin in https://github.com/flyteorg/flytekit/pull/1208
* Add more clear error message when fetching secrets by ysysys3074 in https://github.com/flyteorg/flytekit/pull/1847
* Pyflyte run workflows correctly handles Optional[TYPE] = None by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1849
* Bump gitpython from 3.1.32 to 3.1.35 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1828
* Bump cryptography from 41.0.3 to 41.0.4 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1844
* update codecov config in pythonbuild ci by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1852
* Improved gate node handling by kumare3 in https://github.com/flyteorg/flytekit/pull/1850
* update codecov yaml, make eager wf test more stable by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1854
* more codecov updates by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1856
* make mlflow plugin work with python 3.11 by bcvanmeurs in https://github.com/flyteorg/flytekit/pull/1855
* Agent get secret function by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1851
* Better Azure blob storage support by Tom-Newton in https://github.com/flyteorg/flytekit/pull/1842

New Contributors
* fiedlerNr9 made their first contribution in https://github.com/flyteorg/flytekit/pull/1813
* chaohengstudent made their first contribution in https://github.com/flyteorg/flytekit/pull/1819
* ArthurBook made their first contribution in https://github.com/flyteorg/flytekit/pull/1660
* hhcs9527 made their first contribution in https://github.com/flyteorg/flytekit/pull/1735
* edwinyyyu made their first contribution in https://github.com/flyteorg/flytekit/pull/1821
* iaroslav-ciupin made their first contribution in https://github.com/flyteorg/flytekit/pull/1208
* bcvanmeurs made their first contribution in https://github.com/flyteorg/flytekit/pull/1855
* Tom-Newton made their first contribution in https://github.com/flyteorg/flytekit/pull/1842

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.9.1...v1.10.0b0

Page 12 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.