Skip to content

Conversation

@binaryseed
Copy link
Collaborator

This PR adds support for the latest Felt API endpoints to the felt_python library

@binaryseed binaryseed requested a review from arredond June 16, 2025 21:22
Copy link
Collaborator

@arredond arredond left a comment

Choose a reason for hiding this comment

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

Code changes make sense, thanks for keeping these updated! Added a comment about the deprecated caption argument to update_layer_group


if name is not None:
json_payload["name"] = name
if caption is not None:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since caption is deprecated (per the doc string), should we raise a warning when used?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh actually it's not deprecated, there's an error in our Open API spec! I'll get that fixed

@binaryseed binaryseed merged commit 108ce43 into main Jun 18, 2025
1 check passed
@binaryseed binaryseed deleted the vince/update branch June 18, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants