Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _test_contract/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

from unstructured_client import UnstructuredClient, utils

# Python 3.9 workaround: eagerly import retries to avoid lazy import race condition
# This prevents a KeyError in module lock when templates.py triggers lazy import of utils.retries
from unstructured_client.utils import retries # noqa: F401

FAKE_API_KEY = "91pmLBeETAbXCpNylRsLq11FdiZPTk"


Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.