Skip to content

Commit

Permalink
Fix warning being shown:
Browse files Browse the repository at this point in the history
WARNING: The candidate selected for download or install is a yanked version: 'rpds-py' candidate (version 0.22.1 at https://files.pythonhosted.org/packages/35/39/bca2385071b5d72b4f2200ce2bff975b83d9d1e8c5746d4d5e021c2dfcd1/rpds_py-0.22.1-cp310-cp310-win_amd64.whl (from https://pypi.org/simple/rpds-py/) (requires-python:>=3.9))
Reason for being yanked: PyO3/pyo3#4757
  • Loading branch information
Toddelismyname committed Feb 1, 2025
1 parent 232788d commit 119ee1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pytest==8.3.4",
"PyYAML==6.0.2",
"referencing==0.35.1",
"rpds-py==0.22.1",
"rpds-py==0.18.0",
"termcolor==2.5.0",
"tomli==2.2.1",
"xmltodict==0.14.2",
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 119ee1f

Please sign in to comment.