Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps polygon-api-client from 1.11.0 to 1.15.4.

Release notes

Sourced from polygon-api-client's releases.

v1.15.4

What's Changed

Full Changelog: massive-com/client-python@v1.15.3...v1.15.4

v1.15.3

What's Changed

Full Changelog: massive-com/client-python@v1.15.2...v1.15.3

v1.15.2

What's Changed

Full Changelog: massive-com/client-python@v1.15.1...v1.15.2

v1.15.1

What's Changed

Full Changelog: massive-com/client-python@v1.15.0...v1.15.1

v1.15.0

What's Changed

In this release, we’ve added beta support for Futures, introduced a refactor to WebSocket event parsing to correctly handle overlapping event types across asset classes, and added an option to disable automatic pagination for greater control over result limits. We also fixed a bug related to using custom base URLs with the REST client.

Futures Support (Beta)

  • Added beta support for Futures REST and WebSocket endpoints.

WebSocket Event Parsing Refactor

  • WebSocket event types ("T", "Q", "A", "AM") are now reused across asset classes.
  • Introduced MARKET_EVENT_MAP to resolve event types based on market context (e.g. stocks vs. futures).
  • This allows accurate message deserialization and avoids cross-market parsing errors.

Note for custom WebSocket users: If you're manually processing WebSocket messages, you may need to update your logic to consider the market parameter for Futures messages.

Pagination Control

  • Added support for disabling automatic pagination via pagination=False when instantiating RESTClient.
  • When disabled, limit is treated as a total cap rather than a page size.
  • Helps users fetch a fixed number of results without iterating over all pages.

Bug Fixes

  • Fixed an issue where custom base URLs were not properly respected in REST requests.

Commits

... (truncated)

Commits
  • 0835bba fix: make resolution optional in list_futures_aggregates to include in query ...
  • 6ca3fc3 Sync benzinga, economy, furures, and tmx (#898)
  • f254f53 Sync with latest futures spec (#897)
  • 334277a Sync futures aggs with latest spec (#894)
  • f60bfe4 Add futures beta support (#884)
  • 0bbcb67 Bump certifi from 2025.4.26 to 2025.6.15 (#889)
  • c015040 Bump requests from 2.32.0 to 2.32.4 (#885)
  • 4ed1624 Update endpoints from vX to v1 (#881)
  • 1bc22c3 Bump certifi from 2025.1.31 to 2025.4.26 (#877)
  • 1cb16d3 Adds IPOs, Short Interest/Volume, and Treasury Yields (#875)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [polygon-api-client](https://github.com/polygon-io/client-python) from 1.11.0 to 1.15.4.
- [Release notes](https://github.com/polygon-io/client-python/releases)
- [Commits](massive-com/client-python@v1.11.0...v1.15.4)

---
updated-dependencies:
- dependency-name: polygon-api-client
  dependency-version: 1.15.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants