We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c399a9 commit 658bcecCopy full SHA for 658bcec
1 file changed
httpcore/__init__.py
@@ -136,5 +136,6 @@ def __init__(self, *args, **kwargs): # type: ignore
136
137
__locals = locals()
138
for __name in __all__:
139
+ # Exclude SOCKET_OPTION, it causes AttributeError on Python 3.14
140
if not __name.startswith(("__", "SOCKET_OPTION")):
141
setattr(__locals[__name], "__module__", "httpcore") # noqa
0 commit comments