Skip to content

Conversation

@mewwts
Copy link
Member

@mewwts mewwts commented Oct 11, 2025

Note

Add Python 3.14 support across tooling and wrap QueryBase import in TYPE_CHECKING to avoid runtime dependency.

  • Python 3.14 support
    • Add classifier "Programming Language :: Python :: 3.14" in pyproject.toml.
    • Set Ruff target-version to py314 in pyproject.toml.
    • Add py314 env in tox.ini with basepython = python3.14.
  • API
    • In dune_client/api/execution.py, gate QueryBase import behind TYPE_CHECKING to avoid runtime import.

Written by Cursor Bugbot for commit d16cf20. This will update automatically on new commits. Configure here.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Comment @cursor review or bugbot run to trigger another review on this PR

@mewwts mewwts merged commit 90975e6 into main Oct 11, 2025
2 checks passed
@mewwts mewwts deleted the 3.14 branch October 11, 2025 07:48
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.

2 participants