Skip to content

Bump litellm from 1.57.8 to 1.74.8#170

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/litellm-1.74.8
Closed

Bump litellm from 1.57.8 to 1.74.8#170
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/litellm-1.74.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2025

Copy link
Copy Markdown

Bumps litellm from 1.57.8 to 1.74.8.

Release notes

Sourced from litellm's releases.

v1.74.9.rc-draft

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [litellm](https://github.com/BerriAI/litellm) from 1.57.8 to 1.74.8.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

---
updated-dependencies:
- dependency-name: litellm
  dependency-version: 1.74.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2025

Copy link
Copy Markdown
Author

Superseded by #171.

@dependabot dependabot Bot closed this Aug 4, 2025
@dependabot dependabot Bot deleted the dependabot/pip/litellm-1.74.8 branch August 4, 2025 03:51
POWERFULMOVES added a commit to POWERFULMOVES/PMOVES-Archon that referenced this pull request Feb 12, 2026
…orkflow-to-correct-video-id-handling

Update n8n PMOVES.YT workflow for nested video response
coleam00 pushed a commit that referenced this pull request Apr 7, 2026
* feat: enhance workflow router with platform context

Add RouterContext interface and improve router prompt to make smarter
routing decisions by providing platform-specific context:

- Add RouterContext interface with platformType, isPullRequest, title,
  labels, threadHistory, and workflowType fields
- Build context section in router prompt when context is provided
- Update orchestrator to pass context from available data (GitHub
  issue/PR metadata, thread history, isolation hints)
- Improve routing rules with explicit guidance for CI failures vs
  GitHub issues
- Add 8 new tests for context functionality

This fixes misrouting issues like PR #134 where "fix CI failures" was
incorrectly routed to fix-github-issue instead of assist.

* fix: address PR review feedback for workflow router context

- Add debug logging for regex extraction failures in orchestrator.ts
  Logs when title/labels extraction from issueContext fails, helping
  diagnose routing issues

- Fix misleading JSDoc comments in router.ts
  Clarify that RouterContext is constructed by orchestrator, not provided
  by platform adapters

- Fix type duplication by importing workflowType from IsolationHints
  Ensures RouterContext.workflowType stays in sync with IsolationHints

- Add orchestrator integration tests for context extraction
  Tests for title, isPullRequest, labels, and workflowType extraction
  from issueContext and isolationHints

- Add missing router tests for edge cases
  Tests for isPullRequest/workflowType precedence, empty labels array,
  empty string threadHistory, and all workflowType values
Tyone88 pushed a commit to Tyone88/Archon that referenced this pull request Apr 16, 2026
* feat: enhance workflow router with platform context

Add RouterContext interface and improve router prompt to make smarter
routing decisions by providing platform-specific context:

- Add RouterContext interface with platformType, isPullRequest, title,
  labels, threadHistory, and workflowType fields
- Build context section in router prompt when context is provided
- Update orchestrator to pass context from available data (GitHub
  issue/PR metadata, thread history, isolation hints)
- Improve routing rules with explicit guidance for CI failures vs
  GitHub issues
- Add 8 new tests for context functionality

This fixes misrouting issues like PR coleam00#134 where "fix CI failures" was
incorrectly routed to fix-github-issue instead of assist.

* fix: address PR review feedback for workflow router context

- Add debug logging for regex extraction failures in orchestrator.ts
  Logs when title/labels extraction from issueContext fails, helping
  diagnose routing issues

- Fix misleading JSDoc comments in router.ts
  Clarify that RouterContext is constructed by orchestrator, not provided
  by platform adapters

- Fix type duplication by importing workflowType from IsolationHints
  Ensures RouterContext.workflowType stays in sync with IsolationHints

- Add orchestrator integration tests for context extraction
  Tests for title, isPullRequest, labels, and workflowType extraction
  from issueContext and isolationHints

- Add missing router tests for edge cases
  Tests for isPullRequest/workflowType precedence, empty labels array,
  empty string threadHistory, and all workflowType values
bluedevilcollectibles referenced this pull request in bluedevilcollectibles/bdc-harness May 16, 2026
#87)

## Summary
Third state for Mission Control between green completed and red failed.
Anchored on the 2026-05-16 engine sortie that completed all-green while
silently losing 13 spec files because no UI signal existed for
exit-0-with-`STATUS=*_failed`-stdout.

- Engine: `silent-failure-detector` scans bash/script stdout
post-exit-0. Triggers on (a) any `STATUS=*_failed` in nodes with
`load_bearing: true` (WO-167 doctrine), or (b) always-dangerous patterns
(`push_failed`, `commit_failed`, `pr_create_failed`,
`registry_write_failed`, `artifact_persist_failed`,
`bundle_save_failed`, `spec_save_failed`) on any node.
- Event: new `node_completed_with_warning` emitted instead of
`node_completed`. Persisted to event store; forwarded via SSE as
`dag_node` with `status=completed_with_warning` + warning detail.
- UI: DAG node renders yellow border + tint, native-title tooltip with
STATUS line + load-bearing context, inline chip showing matched
patterns. Workflow-level StatusBadge rolls up to yellow `completed
(warning)` when any node has the warning state. Per-step log surfaces
the STATUS line.
- Does NOT change the underlying `STATUS=*_failed` convention or graph
control flow — downstream nodes still see `completed`. Coexists with
WO-169 (PR #84) which strips these patterns in load-bearing nodes.

## Test plan
- [x] `bun test packages/workflows/src/silent-failure-detector.test.ts`
— 11/11 pass
- [x] `bun test packages/web/src/stores/workflow-store.test.ts` — 30/30
pass (warning fields preserved in store)
- [x] `bunx tsc --noEmit` clean in packages/workflows, packages/web,
packages/server
- [ ] Manual: fire a workflow with a load_bearing node that emits
`STATUS=spec_save_failed` on exit 0; confirm yellow node + yellow
workflow badge + tooltip
- [ ] Manual: fire a workflow with non-load-bearing node emitting
`STATUS=push_failed`; confirm yellow render (always-dangerous path)
- [ ] Manual: fire a workflow with `STATUS=custom_failed` on a
non-load-bearing node; confirm NO warning (correct opt-in semantics)

Closes #170 (bdc-xo).
Depends on #181 (Rule 27 / load_bearing doctrine).
Coexists with #84 (WO-169 push/PR retry guard).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

0 participants