Skip to content

Commit 8fdae0f

Browse files
Nissan Powclaude
andcommitted
Release: bump netflixext for prebuilt 0.3.0
metaflow-netflixext 1.3.13 is already published from the nflx_compat shim release, so the generic sdist/prebuilt hooks need a fresh netflixext version for the next release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a008951 commit 8fdae0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-prebuilt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install metaflow
3131
# Install the checked-out metaflow-netflixext FIRST so metaflow-prebuilt's
32-
# `metaflow-netflixext>=1.3.13` dependency resolves to this PR's package
32+
# `metaflow-netflixext>=1.3.14` dependency resolves to this PR's package
3333
# (its new only_binary / defer_pypi_sdist_build APIs) rather than an older
3434
# PyPI release. Tests then run against the PR's netflixext, not published.
3535
pip install -e "metaflow-netflixext/"

metaflow-netflixext/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.13
1+
1.3.14

metaflow-prebuilt/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# code has no 3.10-only construct — _parse_build_system_requires uses a
4141
# tomllib/tomli/regex fallback chain that works on any version.
4242
python_requires=">=3.10",
43-
install_requires=["metaflow>=2.16.0", "metaflow-netflixext>=1.3.13"],
43+
install_requires=["metaflow>=2.16.0", "metaflow-netflixext>=1.3.14"],
4444
extras_require={
4545
"ecr": ["boto3"],
4646
"codebuild": ["boto3"],

0 commit comments

Comments
 (0)