Skip to content
Closed
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 @@ -46,7 +46,7 @@ tck = ["flask>=3.0.0,<4"]
[dependency-groups]
dev = [
"grpcio-tools>=1.76.0,<2",
"pytest>=8.3.4,<9",
"pytest>=8.3.4,<10",
"pytest-cov>=7.0.0,<8",
]
Comment on lines 46 to 51

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟑 Minor

Missing CHANGELOG.md entry per issue #1797.

The linked issue explicitly requires adding a corresponding .CHANGELOG.md entry under [UNRELEASED]. This does not appear to be included in the PR files. Please ensure this is added before merging.


Expand Down
Loading