Skip to content

Commit

Permalink
chore: pin unstructured api version (#105)
Browse files Browse the repository at this point in the history
* pin unstructured api version

* Update unstructured_fileconverter.yml

* try
  • Loading branch information
masci authored Dec 15, 2023
1 parent 71e20eb commit 743a154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unstructured_fileconverter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--health-cmd "curl --fail http://localhost:8000/healthcheck || exit 1"
--health-interval 10s
--health-timeout 1s
--health-retries 10
--health-retries 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion integrations/unstructured/fileconverter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
# we distribute the preview version of Haystack 2.0 under the package "haystack-ai"
"haystack-ai",
"unstructured",
"unstructured<0.11.4", # FIXME: investigate why 0.11.4 broke the tests
]

[project.urls]
Expand Down

0 comments on commit 743a154

Please sign in to comment.