Commit Graph

1 Commits (3eba2dcf2d60d965253e5e8ec3e2d9f4eb69d60a)

Author SHA1 Message Date
guill f66183a541
[fix] Fixes non-async public API access (#10857)
It looks like the synchronous version of the public API broke due to an
addition of `from __future__ import annotations`. This change updates
the async-to-sync adapter to work with both types of type annotations.
2025-11-23 22:56:20 -08:00