Skip to content

Commit

Permalink
Merge branch 'fix/SIN-SIN-348' of https://github.com/scaliseraoul/pan…
Browse files Browse the repository at this point in the history
…das-ai into fix/SIN-SIN-348

* 'fix/SIN-SIN-348' of https://github.com/scaliseraoul/pandas-ai:
  feat: add transformations (sinaptik-ai#1555)
  fix(dependencies): update poetry file and pyproject files (sinaptik-ai#1557)
  • Loading branch information
scaliseraoul-sinaptik committed Jan 30, 2025
2 parents 917f8d9 + adb9f7f commit 0499d4a
Show file tree
Hide file tree
Showing 39 changed files with 1,072 additions and 2,863 deletions.
14 changes: 10 additions & 4 deletions extensions/connectors/sql/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions extensions/connectors/sql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
pandasai = ">=3.0.0-beta.2"
pandasai = ">=3.0.0b4"
sqlalchemy = "^2.0.0"
numpy = ">=1.23.2,<2.0.0"

[tool.poetry.extras]
postgres = ["psycopg2-binary"]
mysql = ["pymysql"]
cockroach = ["cockroachdb"]
sqlite = ["sqlite3"]

[tool.poetry.group.test]
optional = true

Expand All @@ -20,12 +26,11 @@ pytest = "^7.4.0"
pytest-cov = "^4.1.0"
pytest-mock = "^3.11.1"


[tool.poetry.group.dev.dependencies]
pymysql = "^1.1.1"
psycopg2-binary = "^2.9.10"
cockroachdb = "^0.3.5"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
221 changes: 47 additions & 174 deletions extensions/connectors/yfinance/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions extensions/connectors/yfinance/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[tool.poetry]
name = "pandasai-yfinance"
version = "0.1.2"
version = "0.1.3"
description = "YFinance integration for PandaAI"
authors = ["Gabriele Venturi"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
pandasai = ">=3.0.0-beta.0"
pandasai = ">=3.0.0b4"
yfinance = "^0.2.35"
numpy = "1.23.2"
pyarrow = "^15.0.0"
pyarrow = "^14.0.1"

[tool.poetry.group.test]
optional = true
Expand Down
223 changes: 67 additions & 156 deletions extensions/ee/connectors/bigquery/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions extensions/ee/connectors/bigquery/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pandasai-bigquery"
version = "0.1.2"
version = "0.1.3"
description = "Google BigQuery connector integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
pandasai = ">=3.0.0-beta.0"
pandasai = ">=3.0.0b4"
pandasai-sql = "^0.1.0"
sqlalchemy-bigquery = "^1.8.0"
google-cloud-bigquery = "^3.27.0"
Expand Down
151 changes: 16 additions & 135 deletions extensions/ee/connectors/databricks/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions extensions/ee/connectors/databricks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pandasai-databricks"
version = "0.1.2"
version = "0.1.3"
description = "Databricks connector integration for PandaAI"
authors = ["Gabriele Venturi"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
pandasai = ">=3.0.0-beta.0"
pandasai = ">=3.0.0b4"
pandasai-sql = "^0.1.0"
pyarrow = "^14.0.1"
databricks-sql-connector = {extras = ["sqlalchemy"], version = "^3.6.0"}
Expand Down
Loading

0 comments on commit 0499d4a

Please sign in to comment.