-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
Tested with httpcore==1.0.9
Python 3.14.0rc3 (main, Sep 18 2025, 19:47:22) [Clang 20.1.4 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import httpcore
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
import httpcore
File "/lib/python3.14/site-packages/httpcore/__init__.py", line 140, in <module>
setattr(__locals[__name], "__module__", "httpcore") # noqa
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'typing.Union' object has no attribute '__module__' and no __dict__ for setting new attributes. Did you mean: '__reduce__'?
>>> Metadata
Metadata
Assignees
Labels
No labels