chore(main): release polymarket-client 0.1.0-b8#95
Conversation
| [project] | ||
| name = "polymarket-client" | ||
| version = "0.1.0b7" | ||
| version = "0.1.0-b8" |
There was a problem hiding this comment.
Invalid PEP 440 project version
Medium Severity
The release bumps version from 0.1.0b7 to 0.1.0-b8. PEP 440 beta tags attach directly to the release segment (0.1.0b8), not with a hyphen. That mismatch with project release guidance can break uv build/PyPI metadata and confuse installs pinned as polymarket-client==0.1.0b8.
Reviewed by Cursor Bugbot for commit 3b66601. Configure here.
0b8eec2 to
086ca75
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 086ca75. Configure here.
| [project] | ||
| name = "polymarket-client" | ||
| version = "0.1.0b7" | ||
| version = "0.1.0-b8" |
There was a problem hiding this comment.
Lockfile stale after version bump
High Severity
The release commit bumps version in pyproject.toml to 0.1.0-b8 but does not update uv.lock, which still records the workspace package as 0.1.0b7. Verify and Integration run uv sync --locked, which errors when project metadata and the lockfile disagree, so CI on this commit likely fails before tests or builds run.
Reviewed by Cursor Bugbot for commit 086ca75. Configure here.
086ca75 to
519da5c
Compare
519da5c to
c1217ec
Compare


🤖 I have created a release beep boop
0.1.0-b8 (2026-06-15)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Note
Low Risk
Release metadata only; no application code changes in this diff.
Overview
This is a Release Please cut that publishes polymarket-client
0.1.0-b8. The diff only bumps the package version inpyproject.toml, updates.release-please-manifest.json, and adds the 0.1.0-b8 section toCHANGELOG.md.That changelog entry documents SDK changes already landed on main since 0.1.0-b7:
parent_event_idonEvent, combo trade activity parsing, filtering legacy non-binary gamma listings, icon fields normalized toNonewhen missing or empty, and RFQ balance error code handling.Reviewed by Cursor Bugbot for commit c1217ec. Bugbot is set up for automated code reviews on this repo. Configure here.