Skip to content

Conversation

justinpolygon
Copy link
Contributor

This PR fixes an issue where the resolution parameter in list_futures_aggregates was not included in the API query parameters because it lacked a default value and was skipped by the _get_params method.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a bug where the resolution parameter in the list_futures_aggregates method was not being included in API query parameters due to missing a default value, which caused it to be filtered out by the _get_params method.

  • Made the resolution parameter optional with a default value of None

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

@penelopus penelopus left a comment

Choose a reason for hiding this comment

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

🥧 👍

@justinpolygon justinpolygon merged commit 0835bba into master Sep 23, 2025
9 checks passed
@justinpolygon justinpolygon deleted the fix/params-futures-endpoints branch September 23, 2025 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants