Skip to content

(torchx/entrypoints) Use importlib.metadata instead of the backported importlib_metadata #1087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 3, 2025

Conversation

kiukchung
Copy link
Contributor

Summary: torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported importlib_metadata module to load configurations from entry_points.

Differential Revision: D77619564

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 1, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

facebook-github-bot pushed a commit that referenced this pull request Jul 1, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

kiukchung added a commit that referenced this pull request Jul 1, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
kiukchung added a commit that referenced this pull request Jul 1, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

kiukchung added a commit that referenced this pull request Jul 1, 2025
… importlib_metadata (#1087)

Summary:
Pull Request resolved: #1087

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
Copy link
Contributor

@andywag andywag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

facebook-github-bot pushed a commit that referenced this pull request Jul 1, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

kiukchung added a commit that referenced this pull request Jul 1, 2025
… importlib_metadata (#1087)

Summary:
Pull Request resolved: #1087

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

facebook-github-bot pushed a commit that referenced this pull request Jul 1, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

facebook-github-bot pushed a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

facebook-github-bot pushed a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

facebook-github-bot pushed a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

facebook-github-bot pushed a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

kiukchung added a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
kiukchung added a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

kiukchung added a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:
Pull Request resolved: #1087

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

kiukchung added a commit that referenced this pull request Jul 2, 2025
… importlib_metadata (#1087)

Summary:
Pull Request resolved: #1087

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
kiukchung added a commit that referenced this pull request Jul 3, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
kiukchung added a commit that referenced this pull request Jul 3, 2025
… importlib_metadata (#1087)

Summary:

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

kiukchung added a commit that referenced this pull request Jul 3, 2025
… importlib_metadata (#1087)

Summary:
Pull Request resolved: #1087

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
… importlib_metadata (#1087)

Summary:
Pull Request resolved: #1087

torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.

Reviewed By: highker

Differential Revision: D77619564
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77619564

@facebook-github-bot facebook-github-bot merged commit 6641ab3 into main Jul 3, 2025
23 of 24 checks passed
@facebook-github-bot facebook-github-bot deleted the export-D77619564 branch July 3, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants