globus-sdk-python icon indicating copy to clipboard operation
globus-sdk-python copied to clipboard

Add a transport layer `close()` method

Open sirosen opened this issue 9 months ago • 0 comments

This makes it possible to close the requests session associated with a client with one fewer layer. Instead of client.transport.session.close(), client.transport.close().


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

sirosen avatar Apr 21 '25 19:04 sirosen