Skip to content

Conversation

@fvaleye
Copy link

@fvaleye fvaleye commented Jan 17, 2026

Summary

  • Support Python 3.12
  • Update Python version constraint to >=3.9,<3.13 across all packages

Note: CI might fail because pandasai is not yet published to PyPI with Python 3.12 support.


Important

Add support for Python 3.12 by updating version constraints and dependencies in CI workflows and pyproject.toml files.

  • Python Version Support:
    • Add Python 3.12 support in .github/workflows/ci-core.yml and .github/workflows/ci-extensions.yml.
    • Update Python version constraint to >=3.9,<3.13 in pyproject.toml and 15 other pyproject.toml files.
  • Dependency Updates:
    • Update numpy to ^1.24.0 in pyproject.toml and 7 other pyproject.toml files.
    • Update scipy to ^1.11.0 and matplotlib to ^3.7.1 in pyproject.toml.
  • CI Note:
    • CI might fail due to pandasai not yet supporting Python 3.12 on PyPI.

This description was created by Ellipsis for 787c44f. You can customize this summary. It will automatically update as commits are pushed.

- Update Python version constraint to >=3.9,<3.13 across all packages
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 787c44f in 1 minute and 14 seconds. Click for details.
  • Reviewed 263 lines of code in 17 files
  • Skipped 1 files when reviewing.
  • Skipped posting 17 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .github/workflows/ci-core.yml:14
  • Draft comment:
    Added Python 3.12 to the CI matrix. Confirm that all dependencies support it.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. .github/workflows/ci-extensions.yml:14
  • Draft comment:
    Python 3.12 is now tested for extensions. This ensures broader compatibility.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
3. extensions/connectors/sql/pyproject.toml:10
  • Draft comment:
    Python version constraint updated to '>=3.9,<3.13' for SQL connector support on Python 3.12.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
4. extensions/connectors/yfinance/pyproject.toml:10
  • Draft comment:
    Updated Python constraint to support Python 3.12.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
5. extensions/ee/connectors/bigquery/pyproject.toml:14
  • Draft comment:
    Python version updated to '>=3.9,<3.13' ensuring BigQuery connector works with Python 3.12.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
6. extensions/ee/connectors/databricks/pyproject.toml:14
  • Draft comment:
    Adjusted python requirement to '>=3.9,<3.13' for Databricks integration.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
7. extensions/ee/connectors/oracle/pyproject.toml:14
  • Draft comment:
    Python version constraint updated for Oracle connector to support Python 3.12.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
8. extensions/ee/connectors/snowflake/pyproject.toml:14
  • Draft comment:
    Snowflake connector's python version constraint updated to '>=3.9,<3.13'.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
9. extensions/ee/vectorstores/chromadb/pyproject.toml:14
  • Draft comment:
    Updated python constraint and numpy version to '^1.24.0' for Chromadb integration.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
10. extensions/ee/vectorstores/lancedb/pyproject.toml:14
  • Draft comment:
    Adjusted python version to '>=3.9,<3.13' and updated numpy to '^1.24.0' for LanceDB.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
11. extensions/ee/vectorstores/milvus/pyproject.toml:14
  • Draft comment:
    Python version updated and numpy version set to '^1.24.0' for Milvus integration.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
12. extensions/ee/vectorstores/pinecone/pyproject.toml:14
  • Draft comment:
    Updated python version constraint and numpy requirement for Pinecone to support Python 3.12.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
13. extensions/ee/vectorstores/qdrant/pyproject.toml:14
  • Draft comment:
    Revised python version constraint to support Python 3.12 and numpy updated to '^1.24.0' in Qdrant integration.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
14. extensions/llms/litellm/pyproject.toml:14
  • Draft comment:
    Python version constraint updated to '>=3.9,<3.13' for LiteLLM. Note: This change drops support for Python 3.8.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
15. extensions/llms/openai/pyproject.toml:14
  • Draft comment:
    Updated python version to '>=3.9,<3.13' to allow Python 3.12 in OpenAI integration.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
16. extensions/sandbox/docker/pyproject.toml:15
  • Draft comment:
    Python constraint updated to '>=3.9,<3.13' for the Docker extension; ensure Docker image uses supported Python.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
17. pyproject.toml:15
  • Draft comment:
    Core package's python version updated to '>=3.9,<3.13' along with dependency version bumps. This aligns main package with Python 3.12 support.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_MYvVwyaIDzNzMn6c

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@Pouyaexe
Copy link

Great work, this would unblock us for Python 3.12.
@ArslanSaleem @gventuri @mspronesti when you have a moment, could you please review/merge if it meets the project standards? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for python 3.12

2 participants