diff --git a/integrations/amazon_bedrock/pyproject.toml b/integrations/amazon_bedrock/pyproject.toml index 4790ce69f..bbdc61484 100644 --- a/integrations/amazon_bedrock/pyproject.toml +++ b/integrations/amazon_bedrock/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/amazon_sagemaker/pyproject.toml b/integrations/amazon_sagemaker/pyproject.toml index e258094c5..a1f6ff239 100644 --- a/integrations/amazon_sagemaker/pyproject.toml +++ b/integrations/amazon_sagemaker/pyproject.toml @@ -17,6 +17,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/anthropic/pyproject.toml b/integrations/anthropic/pyproject.toml index 2ff569d73..b04a54258 100644 --- a/integrations/anthropic/pyproject.toml +++ b/integrations/anthropic/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/astra/pyproject.toml b/integrations/astra/pyproject.toml index 666ab67a9..3a36df238 100644 --- a/integrations/astra/pyproject.toml +++ b/integrations/astra/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "Anant Corporation", email = "support@anant.us" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 1f64023c7..96ee2f9f8 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "John Doe", email = "jd@example.com" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/cohere/pyproject.toml b/integrations/cohere/pyproject.toml index fd34b7743..a3ad97582 100644 --- a/integrations/cohere/pyproject.toml +++ b/integrations/cohere/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/deepeval/pyproject.toml b/integrations/deepeval/pyproject.toml index f4199f31c..1da5cd820 100644 --- a/integrations/deepeval/pyproject.toml +++ b/integrations/deepeval/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/elasticsearch/pyproject.toml b/integrations/elasticsearch/pyproject.toml index 2c512849d..1612601e2 100644 --- a/integrations/elasticsearch/pyproject.toml +++ b/integrations/elasticsearch/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "Silvano Cerza", email = "silvanocerza@gmail.com" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/fastembed/pyproject.toml b/integrations/fastembed/pyproject.toml index f4d005be3..538972651 100644 --- a/integrations/fastembed/pyproject.toml +++ b/integrations/fastembed/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/google_ai/pyproject.toml b/integrations/google_ai/pyproject.toml index 2742fb3f0..d7a31fa74 100644 --- a/integrations/google_ai/pyproject.toml +++ b/integrations/google_ai/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/google_vertex/pyproject.toml b/integrations/google_vertex/pyproject.toml index a1d5a7b8f..349bb06a0 100644 --- a/integrations/google_vertex/pyproject.toml +++ b/integrations/google_vertex/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/gradient/pyproject.toml b/integrations/gradient/pyproject.toml index d04f8cf5a..0ed7c66d2 100644 --- a/integrations/gradient/pyproject.toml +++ b/integrations/gradient/pyproject.toml @@ -16,6 +16,7 @@ authors = [ { name = "Hayden Wilson", email = "contact@gradient.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/instructor_embedders/pyproject.toml b/integrations/instructor_embedders/pyproject.toml index 69b7ac0d8..faf5d0216 100644 --- a/integrations/instructor_embedders/pyproject.toml +++ b/integrations/instructor_embedders/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/jina/pyproject.toml b/integrations/jina/pyproject.toml index 7d7fc26fc..e724cac96 100644 --- a/integrations/jina/pyproject.toml +++ b/integrations/jina/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "Joan Fontanals Martinez", email = "joan.fontanals.martinez@jina.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/llama_cpp/pyproject.toml b/integrations/llama_cpp/pyproject.toml index 2cbdae031..563af391d 100644 --- a/integrations/llama_cpp/pyproject.toml +++ b/integrations/llama_cpp/pyproject.toml @@ -15,6 +15,7 @@ authors = [ { name = "Ashwin Mathur", email = "" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/mistral/pyproject.toml b/integrations/mistral/pyproject.toml index cbbdb719d..460dbc4cc 100644 --- a/integrations/mistral/pyproject.toml +++ b/integrations/mistral/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/mongodb_atlas/pyproject.toml b/integrations/mongodb_atlas/pyproject.toml index 80a2eec00..df6a1dec6 100644 --- a/integrations/mongodb_atlas/pyproject.toml +++ b/integrations/mongodb_atlas/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", @@ -50,7 +51,7 @@ dependencies = [ "coverage[toml]>=6.5", "pytest", "ipython", - "haystack-pydoc-tools", + "haystack-pydoc-tools", ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" diff --git a/integrations/nvidia/pyproject.toml b/integrations/nvidia/pyproject.toml index 69e80856b..753f4f938 100644 --- a/integrations/nvidia/pyproject.toml +++ b/integrations/nvidia/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/ollama/pyproject.toml b/integrations/ollama/pyproject.toml index 5efe9765d..d98e2a6ca 100644 --- a/integrations/ollama/pyproject.toml +++ b/integrations/ollama/pyproject.toml @@ -16,6 +16,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/opensearch/pyproject.toml b/integrations/opensearch/pyproject.toml index 0440f37a9..38f93f3a2 100644 --- a/integrations/opensearch/pyproject.toml +++ b/integrations/opensearch/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/optimum/pyproject.toml b/integrations/optimum/pyproject.toml index 2fabdfe0a..a0ed15f92 100644 --- a/integrations/optimum/pyproject.toml +++ b/integrations/optimum/pyproject.toml @@ -15,6 +15,7 @@ authors = [ { name = "Ashwin Mathur", email = "" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/pgvector/pyproject.toml b/integrations/pgvector/pyproject.toml index 26ca45307..39e2183cb 100644 --- a/integrations/pgvector/pyproject.toml +++ b/integrations/pgvector/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", @@ -51,7 +52,7 @@ dependencies = [ "coverage[toml]>=6.5", "pytest", "ipython", - "haystack-pydoc-tools", + "haystack-pydoc-tools", ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" diff --git a/integrations/pinecone/pyproject.toml b/integrations/pinecone/pyproject.toml index 2f7cc6d8c..e59c12b31 100644 --- a/integrations/pinecone/pyproject.toml +++ b/integrations/pinecone/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/qdrant/pyproject.toml b/integrations/qdrant/pyproject.toml index fc1ea7b7e..05de42585 100644 --- a/integrations/qdrant/pyproject.toml +++ b/integrations/qdrant/pyproject.toml @@ -15,6 +15,7 @@ authors = [ { name = "Anush Shetty", email = "anush.shetty@qdrant.com" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/ragas/pyproject.toml b/integrations/ragas/pyproject.toml index f8d55023f..a763ab17c 100644 --- a/integrations/ragas/pyproject.toml +++ b/integrations/ragas/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/unstructured/pyproject.toml b/integrations/unstructured/pyproject.toml index 234da6130..9430b8732 100644 --- a/integrations/unstructured/pyproject.toml +++ b/integrations/unstructured/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "deepset GmbH", email = "info@deepset.ai" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8", diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index bbb376c23..b0a618505 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -12,6 +12,7 @@ license = "Apache-2.0" keywords = [] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8",