From 59b1d6b2b14844615d5c3c83f9737b0680dbe252 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Fri, 9 Feb 2024 09:43:23 +0100 Subject: [PATCH] Revert "test workflow, revert before merge" This reverts commit 3538b01b14ea3354fba4bd49ef1ed57f63f884a5. --- .github/workflows/CI_readme_sync.yml | 1 - integrations/amazon_bedrock/pyproject.toml | 2 +- integrations/astra/pyproject.toml | 2 +- integrations/chroma/pyproject.toml | 2 +- integrations/cohere/pyproject.toml | 2 +- integrations/elasticsearch/pyproject.toml | 2 +- integrations/google_ai/pyproject.toml | 2 +- integrations/google_vertex/pyproject.toml | 2 +- integrations/gradient/pyproject.toml | 2 +- integrations/instructor_embedders/pyproject.toml | 2 +- integrations/jina/pyproject.toml | 2 +- integrations/llama_cpp/pyproject.toml | 2 +- integrations/ollama/pyproject.toml | 2 +- integrations/opensearch/pyproject.toml | 2 +- integrations/pgvector/pyproject.toml | 2 +- integrations/pinecone/pyproject.toml | 2 +- integrations/qdrant/pyproject.toml | 2 +- integrations/unstructured/pyproject.toml | 2 +- integrations/weaviate/pyproject.toml | 2 +- 19 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.github/workflows/CI_readme_sync.yml b/.github/workflows/CI_readme_sync.yml index a4c6f7fc2..6c310a132 100644 --- a/.github/workflows/CI_readme_sync.yml +++ b/.github/workflows/CI_readme_sync.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - massi/readme-sync jobs: sync: diff --git a/integrations/amazon_bedrock/pyproject.toml b/integrations/amazon_bedrock/pyproject.toml index e4afff3ee..7e82924a8 100644 --- a/integrations/amazon_bedrock/pyproject.toml +++ b/integrations/amazon_bedrock/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/astra/pyproject.toml b/integrations/astra/pyproject.toml index 98918199d..b99449e03 100644 --- a/integrations/astra/pyproject.toml +++ b/integrations/astra/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 44c770c23..ce4641611 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/integrations/cohere/pyproject.toml b/integrations/cohere/pyproject.toml index 6436f4611..42349d9fb 100644 --- a/integrations/cohere/pyproject.toml +++ b/integrations/cohere/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/elasticsearch/pyproject.toml b/integrations/elasticsearch/pyproject.toml index 8efb40026..af3d89c0c 100644 --- a/integrations/elasticsearch/pyproject.toml +++ b/integrations/elasticsearch/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/google_ai/pyproject.toml b/integrations/google_ai/pyproject.toml index 102e25560..1127dc6bf 100644 --- a/integrations/google_ai/pyproject.toml +++ b/integrations/google_ai/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/google_vertex/pyproject.toml b/integrations/google_vertex/pyproject.toml index 98a3671c9..1d15a4270 100644 --- a/integrations/google_vertex/pyproject.toml +++ b/integrations/google_vertex/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/gradient/pyproject.toml b/integrations/gradient/pyproject.toml index 4474f3fd1..22140bba5 100644 --- a/integrations/gradient/pyproject.toml +++ b/integrations/gradient/pyproject.toml @@ -17,7 +17,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/instructor_embedders/pyproject.toml b/integrations/instructor_embedders/pyproject.toml index 5f1a3ee24..67cbcb7af 100644 --- a/integrations/instructor_embedders/pyproject.toml +++ b/integrations/instructor_embedders/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/jina/pyproject.toml b/integrations/jina/pyproject.toml index 4405b02b6..1136db797 100644 --- a/integrations/jina/pyproject.toml +++ b/integrations/jina/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/llama_cpp/pyproject.toml b/integrations/llama_cpp/pyproject.toml index 3ce745222..80138bc7b 100644 --- a/integrations/llama_cpp/pyproject.toml +++ b/integrations/llama_cpp/pyproject.toml @@ -16,7 +16,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/ollama/pyproject.toml b/integrations/ollama/pyproject.toml index f6586c5b0..69cc2ed16 100644 --- a/integrations/ollama/pyproject.toml +++ b/integrations/ollama/pyproject.toml @@ -17,7 +17,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/opensearch/pyproject.toml b/integrations/opensearch/pyproject.toml index 1a9a1901b..3edd544a2 100644 --- a/integrations/opensearch/pyproject.toml +++ b/integrations/opensearch/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/pgvector/pyproject.toml b/integrations/pgvector/pyproject.toml index 8861ac0f0..b361af8b1 100644 --- a/integrations/pgvector/pyproject.toml +++ b/integrations/pgvector/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/pinecone/pyproject.toml b/integrations/pinecone/pyproject.toml index 7deed7fc3..2d73cdf58 100644 --- a/integrations/pinecone/pyproject.toml +++ b/integrations/pinecone/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/qdrant/pyproject.toml b/integrations/qdrant/pyproject.toml index 9f9ab74d8..9c19d144e 100644 --- a/integrations/qdrant/pyproject.toml +++ b/integrations/qdrant/pyproject.toml @@ -16,7 +16,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/unstructured/pyproject.toml b/integrations/unstructured/pyproject.toml index 33b9f487e..9cc2a0c6a 100644 --- a/integrations/unstructured/pyproject.toml +++ b/integrations/unstructured/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index 76579600e..50f1c157c 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python ::", + "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",