From df83953dcd05bc44944d0996b9b18ff643d4de02 Mon Sep 17 00:00:00 2001 From: Ryan Nikolaidis <1208590+ryannikolaidis@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:53:40 -0700 Subject: [PATCH 1/4] Trigger CI From 133711e4115af5c7b661ba800eb1429c4da31489 Mon Sep 17 00:00:00 2001 From: Ryan Nikolaidis <1208590+ryannikolaidis@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:54:26 -0700 Subject: [PATCH 2/4] commit with pin --- requirements/ingest/ingest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ingest/ingest.txt b/requirements/ingest/ingest.txt index 957f788f11..3fe2a4950b 100644 --- a/requirements/ingest/ingest.txt +++ b/requirements/ingest/ingest.txt @@ -1,4 +1,4 @@ -unstructured-ingest[airtable, astradb, azure, azure-cognitive-search, bedrock, biomed, box, chroma, clarifai, confluence, couchbase, databricks-volumes, delta-table, discord, dropbox, elasticsearch, embed-huggingface, embed-octoai, embed-vertexai, embed-voyageai, gcs, github, gitlab, google-drive, hubspot, jira, kafka, kdbai, milvus, mongodb, notion, onedrive, openai, opensearch, outlook, pinecone, postgres, qdrant, reddit, remote, s3, salesforce, sftp, sharepoint, singlestore, slack, vectara, weaviate, wikipedia] +unstructured-ingest[airtable, astradb, azure, azure-cognitive-search, bedrock, biomed, box, chroma, clarifai, confluence, couchbase, databricks-volumes, delta-table, discord, dropbox, elasticsearch, embed-huggingface, embed-octoai, embed-vertexai, embed-voyageai, gcs, github, gitlab, google-drive, hubspot, jira, kafka, kdbai, milvus, mongodb, notion, onedrive, openai, opensearch, outlook, pinecone, postgres, qdrant, reddit, remote, s3, salesforce, sftp, sharepoint, singlestore, slack, vectara, weaviate, wikipedia]==0.2.0 s3fs>=2024.9.0 urllib3>=1.26.20 backoff>=2.2.1 From f149bb638f471a64bdec234a854aeb0cbab061a8 Mon Sep 17 00:00:00 2001 From: Ryan Nikolaidis <1208590+ryannikolaidis@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:03:51 -0700 Subject: [PATCH 3/4] version bump --- unstructured/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 283c7426c6..2d6bf01c73 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.16.3" # pragma: no cover +__version__ = "0.16.3-dev0" # pragma: no cover From 692c99eb89ebb360d21d767d31456eb863bc4af9 Mon Sep 17 00:00:00 2001 From: Ryan Nikolaidis <1208590+ryannikolaidis@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:19:03 -0700 Subject: [PATCH 4/4] version and changelog --- CHANGELOG.md | 9 +++++++++ unstructured/__version__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaa3f6e1d..214c73329b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.16.4-dev0 + +### Enhancements + +### Features + +### Fixes + + ## 0.16.3 ### Enhancements diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 2d6bf01c73..1b0b573470 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.16.3-dev0" # pragma: no cover +__version__ = "0.16.4-dev0" # pragma: no cover