You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.8/site-packages/atheris/__init__.py", line 17, in <module>
from typing import List
File "/src/pydantic/typing.py", line 4, in <module>
from typing import ( # type: ignore
ImportError: cannot import name 'TYPE_CHECKING' from partially initialized module 'typing' (most likely due to a circular import) (/src/pydantic/typing.py)```
The text was updated successfully, but these errors were encountered:
This CFL setup is breaking in the build process on this line.
The build works fine on OSS-Fuzz but fails to complete in the CI.
Stacktrace from the log:
The text was updated successfully, but these errors were encountered: