build(deps): bump the minor-and-patch group with 7 updates - #57
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the minor-and-patch group with 7 updates#57dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [pydantic-ai](https://github.com/pydantic/pydantic-ai) | `2.31.0` | `2.33.0` | | [langchain-core](https://github.com/langchain-ai/langchain) | `1.5.5` | `1.6.0` | | [openai](https://github.com/openai/openai-python) | `2.50.0` | `3.3.1` | | [livekit-agents](https://github.com/livekit/agents) | `1.6.10` | `1.6.9` | | [livekit-plugins-openai](https://github.com/livekit/agents) | `1.6.10` | `1.6.9` | | [ty](https://github.com/astral-sh/ty) | `0.0.72` | `0.0.74` | | [zensical](https://github.com/zensical/zensical) | `0.0.55` | `0.0.57` | Updates `pydantic-ai` from 2.31.0 to 2.33.0 - [Release notes](https://github.com/pydantic/pydantic-ai/releases) - [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md) - [Commits](pydantic/pydantic-ai@v2.31.0...v2.33.0) Updates `langchain-core` from 1.5.5 to 1.6.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.5.5...langchain-core==1.6.0) Updates `openai` from 2.50.0 to 3.3.1 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.50.0...v3.3.1) Updates `livekit-agents` from 1.6.10 to 1.6.9 - [Release notes](https://github.com/livekit/agents/releases) - [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.6.10...livekit-agents@1.6.9) Updates `livekit-plugins-openai` from 1.6.10 to 1.6.9 - [Release notes](https://github.com/livekit/agents/releases) - [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.6.10...livekit-agents@1.6.9) Updates `ty` from 0.0.72 to 0.0.74 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.72...0.0.74) Updates `zensical` from 0.0.55 to 0.0.57 - [Release notes](https://github.com/zensical/zensical/releases) - [Commits](zensical/zensical@v0.0.55...v0.0.57) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: langchain-core dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: openai dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-and-patch - dependency-name: livekit-agents dependency-version: 1.6.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: livekit-plugins-openai dependency-version: 1.6.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ty dependency-version: 0.0.74 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zensical dependency-version: 0.0.57 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 7 updates:
2.31.02.33.01.5.51.6.02.50.03.3.11.6.101.6.91.6.101.6.90.0.720.0.740.0.550.0.57Updates
pydantic-aifrom 2.31.0 to 2.33.0Release notes
Sourced from pydantic-ai's releases.
... (truncated)
Commits
1d7eb69Usehttpx2for Anthropic clients (#7657)5e59fefFail the workflow onUnexpectedModelBehaviorandFallbackExceptionGroupu...9226bfddocs: deep-link the Logfire LLM-observability and evals pages (#7656)8a34441Guard released API compatibility in CI (#7652)8296f26Make documentation prose more concrete (#7644)e5b2aa9Normalize DeepSeek Responses function-call replay (#7448)f66c07bRecognizem.youtube.comURLs inVideoUrl(#7592)07cb795Fix dead link to xAI voice-agent guide indocs/realtime/xai.md(#7503)53aad1dFixRunContext.cancel()in realtime sessions (#7528)57687afAwait async callable instances inpydantic_evalstasks and theevaluated...Updates
langchain-corefrom 1.5.5 to 1.6.0Release notes
Sourced from langchain-core's releases.
Commits
85602c3release(core): 1.6.0 (#39760)5c3538efix(core): resolve postponed annotations in `StructuredTool._injected_args_ke...9984a87feat(core): add standard model exception types (#39538)b3e9eefchore(model-profiles): refresh model profile data (#39751)ded2a1ffix(core): allow deserializingRunnablePick(#39753)04ae744fix(core): makeconvert_to_openai_functionhandle callables and non-dict ma...37f2662feat(langchain): support custom token_counter in ContextEditingMiddleware (#3...2019bf5fix(openai): raise clear error on unexpected response type in `_create_chat_r...e92c6dbfix(langchain): re-raise non-retryable exceptions in ModelRetryMiddleware (#3...f368888fix(partners): isolate unit tests from network [closes #39727] (#39729)Updates
openaifrom 2.50.0 to 3.3.1Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
753ab5crelease: 3.3.1 (#3658)53aa4fcfix(deps): update dependencies with published security fixes (#3680)370fcc6chore: run the mock server from locked local tooling (#3679)3079be2chore: lock the repository Pyright toolchain (#3678)b802648update vulnerable dependencies (#3676)8995963add script dependency cooldown (#3675)8174e24disable checkout credential persistence (#3674)d5b0065[3/n] Use the standard library for platform headers (#3656)e673ca8[2/n] Keep the package README hook in the repository (#3655)0dfdfdd[1/n] Reduce the Bedrock fixture validation dependencies (#3654)Updates
livekit-agentsfrom 1.6.10 to 1.6.9Commits
02569a4livekit-agents@1.6.9 (#6753)404a3b7feat(expressive): expose expressive mode and add expressive_agent example (#6...78a8080feat(inference): log gateway quota headers when LLM requests hit a 429 (#6736)2f218b6fix(xai): emit one final user transcript per turn (#6729)54566fe(core): support duplicate tool policy specification (#6610)c1224d8feat(fishaudio): enable quality-guard on all TTS requests (#6734)1f2be0afeat(baseten): add Qwen3-ASR STT and Qwen3-TTS support, and language_options ...4d53305fix(ipc): don't raise from is_alive after the inference process is closed (#6...3461f1ffeat(voice): add session_host to AgentSession.start() (#6725)e50625ffix(ipc): report actual consumed memory instead of RSS (#6082)Updates
livekit-plugins-openaifrom 1.6.10 to 1.6.9Commits
02569a4livekit-agents@1.6.9 (#6753)404a3b7feat(expressive): expose expressive mode and add expressive_agent example (#6...78a8080feat(inference): log gateway quota headers when LLM requests hit a 429 (#6736)2f218b6fix(xai): emit one final user transcript per turn (#6729)54566fe(core): support duplicate tool policy specification (#6610)c1224d8feat(fishaudio): enable quality-guard on all TTS requests (#6734)1f2be0afeat(baseten): add Qwen3-ASR STT and Qwen3-TTS support, and language_options ...4d53305fix(ipc): don't raise from is_alive after the inference process is closed (#6...3461f1ffeat(voice): add session_host to AgentSession.start() (#6725)e50625ffix(ipc): report actual consumed memory instead of RSS (#6082)Updates
tyfrom 0.0.72 to 0.0.74Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
00199f0Bump version to 0.0.74 (#4351)5769062Update mypy/pyright comparison table (#4165)4fcb060Remove Zulip from the PGO training (#4336)a7a7064Use the versions bot's ruleset bypass when merging (#4333)01b0fabUpdate prek dependencies (#4325)deef42fUpdate dependency python to 3.14 (#4326)6d35edfUpdate astral-sh/setup-uv action to v10 (#4327)4bd2833Bump version to 0.0.73 (#4322)93d0d4fDisable known GitHub cache clients in release workflows (#4317)ec4806bHarden release workflow permissions and shell inputs (#4319)Updates
zensicalfrom 0.0.55 to 0.0.57Release notes
Sourced from zensical's releases.
Commits
f18bb99chore: release v0.0.57325758ffix: update ui to v0.0.26b020159refactor: increase max header size to 8kb (#875)7372e5bfix: support pymdownx blocks in markdown exec (#871)ab17429chore: release v0.0.56e6c56cerefactor: report invalid autorefs underinvalid_linksvalidation setting9973ac9fix: regression reporting unresolved references (#866)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 conditions