Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "unstructured-client"
version = "0.42.6"
version = "0.42.7"
description = "Python Client SDK for Unstructured API"
authors = [{ name = "Unstructured" },]
readme = "README-PYPI.md"
Expand Down