Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7191b71

Browse files
committedJan 13, 2025
chore: export HttpxBinaryResponseContent class
1 parent 33e4085 commit 7191b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/openai/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
)
3434
from ._base_client import DefaultHttpxClient, DefaultAsyncHttpxClient
3535
from ._utils._logs import setup_logging as _setup_logging
36+
from ._legacy_response import HttpxBinaryResponseContent as HttpxBinaryResponseContent
3637

3738
__all__ = [
3839
"types",

0 commit comments

Comments
 (0)
Please sign in to comment.