Metaflow

Latest version: v2.13

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

Scan your dependencies

Page 10 of 28

2.11.3

What's Changed
* remove 3.5 and 3.6 from classifiers for stubs by madhur-ob in https://github.com/Netflix/metaflow/pull/1727
* Distributed Map Support in AWS Step Functions by savingoyal in https://github.com/Netflix/metaflow/pull/1720
* [card] bug fix when card type doesn't exist by valayDave in https://github.com/Netflix/metaflow/pull/1725
* fix: add otel endpoint to batch env by saikonen in https://github.com/Netflix/metaflow/pull/1747
* expose resolved dependencies through .environment_info by savingoyal in https://github.com/Netflix/metaflow/pull/1740
* fix stubs version check by madhur-ob in https://github.com/Netflix/metaflow/pull/1748
* Bump version to 2.11.3 by madhur-ob in https://github.com/Netflix/metaflow/pull/1749
* [Ready for review] Add explicit max length control for foreach value. by darinyu in https://github.com/Netflix/metaflow/pull/1733
* [Ready for review] Ignore _foreach_values in merge artifacts by darinyu in https://github.com/Netflix/metaflow/pull/1729
* add alert details using slack block kit by russellbrooks in https://github.com/Netflix/metaflow/pull/1751


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.2...2.11.3

2.11.2

* fix missing long_description for setup.py for stubs by madhur-ob in https://github.com/Netflix/metaflow/pull/1722
* fix pypi URL for stubs by madhur-ob in https://github.com/Netflix/metaflow/pull/1723
* new token for publishing stubs by madhur-ob in https://github.com/Netflix/metaflow/pull/1724

New Contributors
* leogargu made their first contribution in https://github.com/Netflix/metaflow/pull/1716
* raybellwaves made their first contribution in https://github.com/Netflix/metaflow/pull/1714

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.1...2.11.2

2.11.1

Features
Auto generated `stubs` package
You can now install `metaflow[stubs]` to install an additional `metaflow-stubs` package that provides type hints for Metaflow decorators (and other objects). Some hints were previously included inline but this package expands their use.

What's Changed
* Set parameters for running flow instead of any imported by madhur-ob in https://github.com/Netflix/metaflow/pull/1691
* Bump vite from 5.0.8 to 5.0.12 in /metaflow/plugins/cards/ui by dependabot in https://github.com/Netflix/metaflow/pull/1692
* [Ready for Review] Support more convenient foreach variable/value search-ability. by darinyu in https://github.com/Netflix/metaflow/pull/1664
* Add auto-generated pyi files to Metaflow by romain-intel in https://github.com/Netflix/metaflow/pull/1557
* Bump version to 2.11.1 by romain-intel in https://github.com/Netflix/metaflow/pull/1706

New Contributors
* darinyu made their first contribution in https://github.com/Netflix/metaflow/pull/1664

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.11.0...2.11.1

2.11.0

What's Changed
docs coming!


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.10.11...2.11.0

2.10.11

What's Changed
* [realtime-card] pre-release bug Fixes. by valayDave in https://github.com/Netflix/metaflow/pull/1686
* handle race condition with local packages meta by savingoyal in https://github.com/Netflix/metaflow/pull/1688


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.10.10...2.10.11

2.10.10

Features
Support git repositories as `pypi` dependencies
This release adds support for git repositories as dependencies for the `pypi` decorator.

Usage
You can pin the version of the dependency with `"branch"`, `"commit"`, `"tag"` or the head of the main branch with `""`.
Under the hood `pypi` will resolve the dependency to a commit at the moment of creating the environment.

Limitations
Currently conda and pypi environments are created in advance before deploying on remote platforms, this includes gathering all the dependencies and bundling them up. The dependencies for pypi have been limited to binaries only in order to support cross-platform deployments.

For the git sources, we build a wheel from the source and check whether it is compatible with the target platform. This limits using sources where the output wheel is a platform specific binary, for example if building on an ARM platform but trying to deploy on x86.

What's Changed
* support git repos for `pypi` by savingoyal in https://github.com/Netflix/metaflow/pull/1681
* bump version to 2.10.10 by saikonen in https://github.com/Netflix/metaflow/pull/1684
* chore: cleanup pypi bootstrap by saikonen in https://github.com/Netflix/metaflow/pull/1685


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.10.9...2.10.10

Page 10 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.