Skip to content
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

Remove setuptools runtime dependency #3372

Merged
merged 4 commits into from
Jul 12, 2023

Commits on Jul 6, 2023

  1. Don't recommend deprecated pkg_resources package

    Use std library importlib.metadata.version as the current
    recommended alternative
    jenshnielsen committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7ba7261 View commit details
    Browse the repository at this point in the history
  2. Drop setuptools as runtime dependency

    This was originally added in open-telemetry#2334 but the runtime dependency
    on pkg_resources was since dropped in open-telemetry#3047 so the dependency
    can be dropped
    jenshnielsen committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    eca1319 View commit details
    Browse the repository at this point in the history
  3. Changelog for 3372

    jenshnielsen committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3b07212 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    97a57cc View commit details
    Browse the repository at this point in the history