chore(deps): bump litellm from 1.74.9 to 1.83.0 in the uv group across 1 directory#1
chore(deps): bump litellm from 1.74.9 to 1.83.0 in the uv group across 1 directory#1dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the uv group with 1 update in the / directory: [litellm](https://github.com/BerriAI/litellm). Updates `litellm` from 1.74.9 to 1.83.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.0 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
EntelligenceAI PR SummaryDependency upgrade PR updating
Confidence Score: 3/5 - Review RecommendedLikely safe but review recommended — this PR includes a major version bump of Key Findings:
Files requiring special attention
|
WalkthroughThis PR updates several Python dependencies: upgrades Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant App as Application
participant Instructor as Instructor 1.15.1
participant LiteLLM as LiteLLM 1.83.0
participant OpenAI as OpenAI SDK 2.30.0
participant Stagehand as Stagehand 3.19.5
participant LLMProvider as LLM Provider API
Note over App, LLMProvider: Upgraded dependency stack
App->>Instructor: Structured extraction request
activate Instructor
Note over Instructor: v1.15.1 - dropped diskcache dependency
Instructor->>LiteLLM: Route LLM call
activate LiteLLM
Note over LiteLLM: v1.83.0 - adds fastuuid
LiteLLM->>OpenAI: Forward to OpenAI-compatible endpoint
activate OpenAI
Note over OpenAI: v2.30.0 (major version bump from 1.x)
OpenAI->>LLMProvider: API request
LLMProvider-->>OpenAI: Response
deactivate OpenAI
LiteLLM-->>Instructor: LLM response
deactivate LiteLLM
Instructor-->>App: Structured output
deactivate Instructor
App->>Stagehand: Browser automation request
activate Stagehand
Note over Stagehand: v3.19.5 - major refactor
Note over Stagehand: Dropped: playwright, browserbase,<br/>anthropic, openai, litellm, nest-asyncio<br/>Now: lightweight HTTP client only
Stagehand->>LLMProvider: Direct HTTP request (httpx)
LLMProvider-->>Stagehand: Response
Stagehand-->>App: Result
deactivate Stagehand
|
Bumps the uv group with 1 update in the / directory: litellm.
Updates
litellmfrom 1.74.9 to 1.83.0Release notes
Sourced from litellm's releases.
... (truncated)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.