Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openlayer-ai/openlayer-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0-alpha.85
Choose a base ref
...
head repository: openlayer-ai/openlayer-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0-alpha.86
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 2, 2025

  1. feat: add Python 3.13 support with conditional PyArrow dependencies

    - Use PyArrow >=15.0.2,<=17.0.0 for Python 3.8
    - Use PyArrow >=18.0.0 for Python 3.9+ (includes 3.13 support)
    - Maintains backward compatibility for all existing Python versions
    - Resolves PyArrow installation issues on Python 3.13
    
    Fixes installation failures where PyArrow 15.0.2 (pinned version)
    does not support Python 3.13, while maintaining compatibility
    with Python 3.8 which is not supported by PyArrow 18.0.0+
    shah-siddd authored and whoseoyster committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    fbe37d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715b4bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4db288c View commit details
    Browse the repository at this point in the history
Loading