Skip to content

[LEADS-444] Support Python 3.14 in lightspeed-evaluation#262

Open
bsatapat-jpg wants to merge 1 commit into
lightspeed-core:mainfrom
bsatapat-jpg:dev
Open

[LEADS-444] Support Python 3.14 in lightspeed-evaluation#262
bsatapat-jpg wants to merge 1 commit into
lightspeed-core:mainfrom
bsatapat-jpg:dev

Conversation

@bsatapat-jpg

@bsatapat-jpg bsatapat-jpg commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Description

Type of change

  • Refactor
  • New feature
  • Bug fix
  • CVE fix
  • Optimization
  • Documentation Update
  • Configuration Update
  • Bump-up service version
  • Bump-up dependent library
  • Bump-up library or tool used for development (does not change the final image)
  • CI configuration change
  • Unit tests improvement

Tools used to create PR

Identify any AI code assistants used in this PR (for transparency and review context)

  • Assisted-by: Claude-4.6-opus-high
  • Generated by: Cursor

Related Tickets & Documents

Checklist before requesting a review

  • I have performed a self-review of my code.
  • PR has passed all pre-merge test jobs.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Summary by CodeRabbit

  • Tests
    • Expanded CI coverage to include Python 3.14.
  • Chores
    • Updated Python support to allow versions up to 3.14.
    • Refreshed dependency exports to include newer package metadata and additional OpenTelemetry-related packages.
    • Adjusted package pins and environment markers for compatibility changes.

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 5f0c30cc-9105-4cb9-97b0-39dfb29929ef

📥 Commits

Reviewing files that changed from the base of the PR and between 30f5c59 and 1ae8d2b.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • .github/workflows/tests.yaml
  • lsc_agent_eval/pyproject.toml
  • pyproject.toml
  • requirements-all-extras.txt
  • requirements-local-embeddings.txt
  • requirements-nlp-metrics.txt
  • requirements.txt

Walkthrough

The PR expands supported Python versions to 3.14 in project metadata and CI, and refreshes generated requirement files with updated greenlet, protobuf, langfuse, OTLP, and provenance entries.

Changes

Python version support

Layer / File(s) Summary
Python bounds and CI matrix
pyproject.toml, lsc_agent_eval/pyproject.toml, .github/workflows/tests.yaml
The package metadata raises the Python upper bound to <3.15, and the test workflow adds Python 3.14 to the matrix.

Dependency export refresh

Layer / File(s) Summary
All-extras export refresh
requirements-all-extras.txt
The all-extras export adds langfuse, expands OTLP packages, rewrites the greenlet marker, downgrades protobuf, adds wrapt, and updates provenance comments.

Other requirement sets

Layer / File(s) Summary
Remaining requirement pins
requirements.txt, requirements-local-embeddings.txt, requirements-nlp-metrics.txt
The remaining requirement files rewrite the greenlet marker and pin protobuf to 6.33.6.

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding Python 3.14 support to lightspeed-evaluation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant