Skip to content

chore: bump synalinks to >=0.8.33 - #23

Merged
YoanSallami merged 1 commit into
mainfrom
chore/bump-synalinks-0.8.33
Jun 5, 2026
Merged

chore: bump synalinks to >=0.8.33#23
YoanSallami merged 1 commit into
mainfrom
chore/bump-synalinks-0.8.33

Conversation

@YoanSallami

Copy link
Copy Markdown
Contributor

What

Bumps the synalinks floor from >=0.8.32 to >=0.8.33 in pyproject.toml and regenerates uv.lock.

Why

0.8.33 introduces new operational latency metrics that we want available in arena configs:

  • AvgLatency, AvgEmbeddingLatency, AvgRewardLatency, AvgOptimizerLatency
  • FailedCalls (+ reward/embedding/optimizer variants)
  • per-call token averages (AvgTotalTokensPerCall, AvgReasoningTokensPerCall, …)

Verification

No code change was needed — the metrics resolve through the existing pipeline. Confirmed both:

  1. synalinks.metrics.get(...) resolves each new metric in the bare-name and {class_name, config} dict forms.
  2. The real MetricEntry → _instantiate_metrics path (src/evaluate.py) instantiates them with aliases/directions intact.

Note

uv.lock also reflects transitive updates pulled in by the sync: litellm 1.83.14 → 1.87.1, synaops 0.2.0 → 0.2.1.

🤖 Generated with Claude Code

Picks up the new operational latency metrics (AvgLatency,
AvgRewardLatency, AvgEmbeddingLatency, AvgOptimizerLatency) and
FailedCalls, which resolve through the existing metrics pipeline with
no code change. uv.lock also reflects transitive updates
(litellm 1.83.14 -> 1.87.1, synaops 0.2.0 -> 0.2.1).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 5, 2026 13:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the project’s Python dependency floor for synalinks to ensure newer operational latency/token metrics are available via the existing metrics-resolution pipeline, and refreshes the resolved dependency set in uv.lock.

Changes:

  • Bump synalinks minimum version in pyproject.toml from >=0.8.32 to >=0.8.33.
  • Regenerate uv.lock, updating synalinks to 0.8.33 and reflecting transitive upgrades (notably litellm and synaops).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Raises the declared minimum synalinks version to >=0.8.33.
uv.lock Updates the lock to resolve synalinks==0.8.33 (and transitive versions such as litellm==1.87.1, synaops==0.2.1).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@YoanSallami
YoanSallami merged commit ccf14ef into main Jun 5, 2026
1 check passed
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