Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(license): pypi license not displayed for the ee extensions #1634

Merged
merged 3 commits into from
Feb 24, 2025
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
5 changes: 5 additions & 0 deletions extensions/ee/connectors/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry install pandasai-bigquery
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/connectors/bigquery/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-bigquery"
version = "0.1.3"
version = "0.1.4"
description = "Google BigQuery connector integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/v3/data-ingestion"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
Expand All @@ -24,3 +29,6 @@ pandasai-sql = { path = "../../../connectors/sql", develop = true }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/connectors/databricks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry install pandasai-databricks
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/connectors/databricks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-databricks"
version = "0.1.3"
version = "0.1.4"
description = "Databricks connector integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/v3/data-ingestion"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
Expand All @@ -25,3 +30,6 @@ jinja2 = "^3.1.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/connectors/oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry install pandasai-oracle
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/connectors/oracle/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-oracle"
version = "0.1.3"
version = "0.1.4"
description = "Oracle connector integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/v3/data-ingestion"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
Expand All @@ -23,3 +28,6 @@ pandasai-sql = { path = "../../../connectors/sql", develop = true }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/connectors/snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry install pandasai-snowflake
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/connectors/snowflake/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-snowflake"
version = "0.1.4"
version = "0.1.5"
description = "Snowflake connector integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/v3/data-ingestion"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
Expand All @@ -23,3 +28,6 @@ pandasai-sql = { path = "../../../connectors/sql", develop = true }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/vectorstores/chromadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry add pandasai-chromadb
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/vectorstores/chromadb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-chromadb"
version = "0.1.3"
version = "0.1.4"
description = "ChromaDB integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
Expand All @@ -24,3 +29,6 @@ pytest-mock = "^3.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/vectorstores/lancedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry add pandasai-lancedb
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/vectorstores/lancedb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-lancedb"
version = "0.1.3"
version = "0.1.4"
description = "LanceDB integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand All @@ -23,3 +28,6 @@ pytest-mock = "^3.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/vectorstores/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ This extension integrates Milvus with PandaAI, providing vector storage capabili
## Installation

You can install this extension using poetry:

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/vectorstores/milvus/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-milvus"
version = "0.1.3"
version = "0.1.4"
description = "Milvus integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand All @@ -24,3 +29,6 @@ pytest-mock = "^3.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/vectorstores/pinecone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry add pandasai-pinecone
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/vectorstores/pinecone/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-pinecone"
version = "0.1.3"
version = "0.1.4"
description = "Pinecone integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand All @@ -23,3 +28,6 @@ pytest-mock = "^3.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
5 changes: 5 additions & 0 deletions extensions/ee/vectorstores/qdrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ You can install this extension using poetry:
```bash
poetry add pandasai-qdrant
```

## License

This package is licensed under the Sinaptik GmbH Enterprise License.
For commercial use, please contact [pm@sinaptik.ai](mailto:pm@sinaptik.ai).
10 changes: 9 additions & 1 deletion extensions/ee/vectorstores/qdrant/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "pandasai-qdrant"
version = "0.1.3"
version = "0.1.4"
description = "Qdrant integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"
license = "Proprietary"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
Expand All @@ -23,3 +28,6 @@ pytest-mock = "^3.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools]
license-files = ["LICENSE"]
6 changes: 5 additions & 1 deletion extensions/llms/bedrock/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.poetry]
name = "pandasai-bedrock"
version = "0.1.4"
version = "0.1.5"
description = "AWS Bedrock integration for PandaAI"
authors = ["Gabriele Venturi"]
license = "MIT"
readme = "README.md"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
pandasai = ">=3.0.0b4"
Expand Down
6 changes: 5 additions & 1 deletion extensions/llms/google/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.poetry]
name = "pandasai-google"
version = "0.1.4"
version = "0.1.5"
description = "Google integration for PandaAI"
authors = ["Gabriele Venturi"]
license = "MIT"
readme = "README.md"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
pandasai = ">=3.0.0b4"
Expand Down
6 changes: 5 additions & 1 deletion extensions/llms/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.poetry]
name = "pandasai-huggingface"
version = "0.1.4"
version = "0.1.5"
description = "Hugging Face integration for PandaAI"
authors = ["Gabriele Venturi"]
license = "MIT"
readme = "README.md"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
pandasai = ">=3.0.0b4"
Expand Down
6 changes: 5 additions & 1 deletion extensions/llms/ibm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.poetry]
name = "pandasai-ibm"
version = "0.1.4"
version = "0.1.5"
description = "IBM integration for PandaAI"
authors = ["Gabriele Venturi"]
license = "MIT"
readme = "README.md"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
pandasai = ">=3.0.0b4"
Expand Down
6 changes: 5 additions & 1 deletion extensions/llms/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.poetry]
name = "pandasai-langchain"
version = "0.1.4"
version = "0.1.5"
description = "Langchain integration for PandaAI"
authors = ["Gabriele Venturi"]
license = "MIT"
readme = "README.md"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
pandasai = ">=3.0.0b4"
Expand Down
6 changes: 5 additions & 1 deletion extensions/llms/local/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.poetry]
name = "pandasai-local"
version = "0.1.4"
version = "0.1.5"
description = "Local LLM integration for PandaAI"
authors = ["Gabriele Venturi"]
license = "MIT"
readme = "README.md"

[tool.poetry.urls]
"Documentation" = "https://docs.getpanda.ai/"
"Repository" = "/~https://github.com/sinaptik-ai/pandas-ai"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
pandasai = ">=3.0.0b4"
Expand Down
Loading
Loading