Skip to content

Update requirements.txt for backup_configs #65

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasonhernandez
Copy link

PyYAML 5.4 was failing to build on Python 3.10 due to a Setuptools deprecation warning.
Requests 2.32.0 was yanked "due to conflicts with CVE-2024-35195 mitigation".

  × Failed to build `pyyaml==5.4`
  ├─▶ The build backend returned an error
  ╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)

      [stdout]
      running egg_info
      writing lib3/PyYAML.egg-info/PKG-INFO
      writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt
      writing top-level names to lib3/PyYAML.egg-info/top_level.txt

      [stderr]
      /Users/jason/.cache/uv/builds-v0/.tmpz9du3M/lib/python3.10/site-packages/setuptools/dist.py:759:
      SetuptoolsDeprecationWarning: License classifiers are deprecated.
      !!

              ********************************************************************************
              Please consider removing the following classifiers in favor of a SPDX license
      expression:

              License :: OSI Approved :: MIT License

              See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
      for details.
              ********************************************************************************

      !!
        self._finalize_license_expression()

Thanks for the helpful scripts!

@jasonhernandez jasonhernandez force-pushed the update-backup-configs-requirements branch from 54914c2 to abaeb92 Compare April 1, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant