Merge v3.61.0 back to 4.x-dev - #1281
Merged
Merged
Conversation
Fix changelog2md.py, now that RST headers have changed
This is not strictly necessary and importantly it isn't interpreted as we'd like by Sphinx, so users are seeing the `UUIDLike` name in our docs instead of the union. <!-- readthedocs-preview globus-sdk-python start --> ---- 📚 Documentation preview 📚: https://globus-sdk-python--1258.org.readthedocs.build/en/1258/ <!-- readthedocs-preview globus-sdk-python end -->
This class (implemented as a subclass but functionally an alias) is moved to a dedicated module to provide warn-on-import semantics. It is now documented without autodoc, so that we can prcisely control the content shown to users. Tests are updated to catch and ignore the deprecation warnings. A minor flaw in the 'ensure_expores_are_documented.py' script is corrected, so that it will see the `.. py:class::` directive. Because this is the first element in `__init__.pyi` with an associated import-time deprecation warning, some new handling of warning suppression is needed (vs prior examples).
- narrow to requiring py:data and py:class from the python domain - update the one impacted usage (MissingType) Also, remove a misleading attribute declaration on MissingType.
Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
sirosen
requested review from
MaxTueckeGlobus,
aaschaer,
ada-globus,
derek-globus,
kurtmckee and
m1yag1
as code owners
July 23, 2025 20:33
m1yag1
approved these changes
Jul 23, 2025
m1yag1
left a comment
Contributor
There was a problem hiding this comment.
Only nitpick is what appears to be a fixup commit Apply suggestions from code review.
Member
Author
|
That commit is in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a merge-back of v3.61.0 into v4.
Notably, this last v3 release includes deprecations for things which are being removed in v4. So it may seem strange to see the "introduction" of more code around these (most notably,
ComputeClient), but these additions will be removed in upcoming changes.📚 Documentation preview 📚: https://globus-sdk-python--1281.org.readthedocs.build/en/1281/