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

Unpin vcrpy #1115

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Unpin vcrpy
The proposed PR to convert `api` to a `pyproject.toml` defines a different version for its `vcrpy` dependency.
Lets unpin the dependency here, so a workspace pulling in both will work.
  • Loading branch information
Swatinem committed Feb 28, 2025
commit c405c7e1641c7ccbbcfee52d1877c5b26c44f71f
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ dev-dependencies = [
# NOTE: some weird interaction between existing `vcrpy` snapshots and the way
# `oauth2` / `minio` deal with requests forces us to downgrade `urllib3`:
"urllib3==1.26.19",
"vcrpy==4.1.*",
"vcrpy>=6.0.0",
]

[tool.uv.sources]
14 changes: 9 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.