Skip to content
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "real-intent"
version = "v4.11.2"
version = "v5.0.0"
Copy link

Choose a reason for hiding this comment

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

[project].version in pyproject.toml is expected to be PEP 440 compliant, and a leading v (e.g., v5.0.0) can cause build/publish tooling to reject the package as an invalid version. If the v prefix is intentional for your release process, it may be worth double-checking that the packaging pipeline and consumers accept it.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

dependencies = [
"requests",
"pandas",
Expand Down