chore(main): release polymarket-client 0.1.0-b4#65
Conversation
| [project] | ||
| name = "polymarket-client" | ||
| version = "0.1.0b3" | ||
| version = "0.1.0-b4" |
There was a problem hiding this comment.
Invalid PEP 440 version string breaks Python packaging
High Severity
The version changed from the valid PEP 440 format "0.1.0b3" (no hyphen) to "0.1.0-b4" (with hyphen). The hyphenated form is not PEP 440 compliant — pre-release segments must be directly appended (e.g., 0.1.0b4). This will cause hatchling builds and pip install to reject or misinterpret the version, effectively breaking package distribution.
Reviewed by Cursor Bugbot for commit cac293d. Configure here.
cac293d to
bb47927
Compare
bb47927 to
2778c6b
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 2778c6b. Configure here.
| [project] | ||
| name = "polymarket-client" | ||
| version = "0.1.0b3" | ||
| version = "0.1.0-b4" |
There was a problem hiding this comment.
Dev fallback version stale
Medium Severity
pyproject.toml was bumped to the new beta, but the PackageNotFoundError fallback in version.py still reports 0.1.0b3. Editable or non-installed runs expose the wrong __version__ via polymarket.__version__ until metadata is present.
Reviewed by Cursor Bugbot for commit 2778c6b. Configure here.


🤖 I have created a release beep boop
0.1.0-b4 (2026-06-04)
Bug Fixes
Documentation
This PR was generated with Release Please. See documentation.
Note
Low Risk
Only version, manifest, and changelog metadata change; no runtime code in this diff.
Overview
This PR is a Release Please cut for
polymarket-client0.1.0-b4. It bumps the package version inpyproject.tomland.release-please-manifest.jsonfrom 0.1.0-b3 to 0.1.0-b4, and adds a CHANGELOG section for that release.The new changelog entry documents fixes already merged on main—gamma API alignment (dropping tag/series request params and response fields the upstream service does not honor or populate) and docs fixes for
get_marketexamples. Those behavioral changes are not in this diff; this PR only publishes the version and release notes.Reviewed by Cursor Bugbot for commit 2778c6b. Bugbot is set up for automated code reviews on this repo. Configure here.