Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dev = [
"pytest==8.4.2",
"pytest-asyncio==1.3.0",
"pytest-subprocess==1.5.3",
"vcrpy==7.0.0", # pinned, less versions break pytest-recording
"vcrpy==8.1.0", # pinned, less versions break pytest-recording
Copy link

Choose a reason for hiding this comment

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

Bug: Wrong vcrpy version: 8.1.0 instead of 8.0.0

The PR title and description indicate an upgrade from vcrpy 7.0.0 to 8.0.0, but the actual code specifies version 8.1.0. The vcrpy changelog and release notes only document version 8.0.0 as the latest release. This appears to be a typo that would cause dependency resolution to fail if vcrpy==8.1.0 doesn't exist on PyPI.

Fix in Cursor Fix in Web

"pytest-recording==0.13.4",
"pytest-randomly==4.0.1",
"pytest-timeout==2.4.0",
Expand Down
Loading
Loading