Skip to content

Conversation

@MaxTueckeGlobus
Copy link
Contributor

@MaxTueckeGlobus MaxTueckeGlobus commented Jun 3, 2025

sc-15807

This PR is for SDKv4 and is a followup to #1205.

Changes

  • Converted defaults of None to globus_sdk.MISSING for payload types in the search client.
  • Updated search unit tests to test with MISSING defaults instead of None.

Search OpenAPI spec for reference.


📚 Documentation preview 📚: https://globus-sdk-python--1207.org.readthedocs.build/en/1207/

add_kwargs["limit"] = limit
if add_kwargs:
data = {**data, **add_kwargs}
data = {**data, **add_kwargs}
Copy link
Member

Choose a reason for hiding this comment

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

I'm going to continue to think about this case, but we don't need to solve it right now.

@MaxTueckeGlobus MaxTueckeGlobus merged commit 97053e8 into 4.x-dev Jun 5, 2025
7 checks passed
@MaxTueckeGlobus MaxTueckeGlobus deleted the sc-15807-search-missing-defaults branch June 5, 2025 14:53
@sirosen sirosen mentioned this pull request Oct 8, 2025
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.

4 participants