Skip to content

chore(main): release polymarket-client 0.1.0-b8#95

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--polymarket-client
Open

chore(main): release polymarket-client 0.1.0-b8#95
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--polymarket-client

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.1.0-b8 (2026-06-16)

Features

  • models: add parent_event_id to Event (4b87156)
  • models: add parent_event_id to Event (c966aec)
  • rfq: support confirmed trade broadcasts (f55b613)
  • rfq: support confirmed trade broadcasts (a4ba05b)

Bug Fixes

  • data: parse combo trade activity (24d3cf2)
  • data: parse combo trade activity (dc9150a)
  • gamma: omit legacy non-binary market listings (f649c6c)
  • gamma: omit legacy non-binary market listings (abbce8c)
  • models: expose missing activity market icons as None (0adfad7)
  • models: expose missing activity market icons as None (b36b41f)
  • models: normalize empty-string trade and position icons to None (233cb2d)
  • models: normalize empty-string trade and position icons to None (5949925)
  • omit user stream market filter for all markets (1718ece)
  • omit user stream market filter for all markets (65f3ece)
  • rfq: support balance error codes (59e366d)
  • rfq: support balance error codes (0a0387e)

This PR was generated with Release Please. See documentation.


Note

Low Risk
Version and changelog metadata only; runtime behavior changes ship in separate commits already on main.

Overview
Release-only PR that bumps polymarket-client from 0.1.0-b7 to 0.1.0-b8 via Release Please: updates pyproject.toml, .release-please-manifest.json, and prepends a 0.1.0-b8 section to CHANGELOG.md.

The new changelog entry documents work already merged on main (not changed in this diff): Event gains parent_event_id; RFQ adds confirmed trade broadcasts and balance error codes; fixes for combo trade activity parsing, gamma legacy non-binary listings, icon fields normalized to None, and user-stream market filter behavior when subscribing to all markets.

Reviewed by Cursor Bugbot for commit 008966a. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread pyproject.toml
[project]
name = "polymarket-client"
version = "0.1.0b7"
version = "0.1.0-b8"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3b66601. Configure here.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--polymarket-client branch 3 times, most recently from 0b8eec2 to 086ca75 Compare June 11, 2026 15:23

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ 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.

Comment thread pyproject.toml
[project]
name = "polymarket-client"
version = "0.1.0b7"
version = "0.1.0-b8"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 086ca75. Configure here.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--polymarket-client branch 3 times, most recently from c1217ec to f322fd3 Compare June 16, 2026 13:45
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--polymarket-client branch from f322fd3 to 008966a Compare June 16, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants