Bump the python-minor-patch group across 1 directory with 6 updates - #617
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-minor-patch group across 1 directory with 6 updates#617dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `2.48.0` | `2.53.0` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.119.0` | `0.120.2` | | [langchain-core](https://github.com/langchain-ai/langchain) | `1.5.1` | `1.5.3` | | [nltk](https://github.com/nltk/nltk) | `3.10.0` | `3.10.1` | | [langfuse](https://github.com/langfuse/langfuse) | `4.14.1` | `4.14.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.1` | Updates `openai` from 2.48.0 to 2.53.0 - [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.48.0...v2.53.0) Updates `anthropic` from 0.119.0 to 0.120.2 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.119.0...v0.120.2) Updates `langchain-core` from 1.5.1 to 1.5.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.5.1...langchain-core==1.5.3) Updates `nltk` from 3.10.0 to 3.10.1 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@v3.10.0...v3.10.1) Updates `langfuse` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/langfuse/langfuse/releases) - [Commits](https://github.com/langfuse/langfuse/commits) Updates `ruff` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.0...0.16.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: anthropic dependency-version: 0.120.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: langchain-core dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: nltk dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: langfuse dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-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 python-minor-patch group with 6 updates in the / directory:
2.48.02.53.00.119.00.120.21.5.11.5.33.10.03.10.14.14.14.14.20.16.00.16.1Updates
openaifrom 2.48.0 to 2.53.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
5e36cd3release: 2.53.0 (#3575)875a5c2ci: prepare checks for merge queue (#3574)b58332ffix(ci): avoid NumPy source builds and duplicate HTTPX coverage (#3573)dd1202dfeat(api): Add gpt-5.5 and tool name/namespace to Responses types (#3569)24b7cd1ci: migrate release-please to upstream action (#3568)f83b1f4release: 2.52.1 (#3562)cbdc98bchore(ci): pin setup-uv v5 to its underlying commit (#3560)ca693fbrelease: 2.52.02ad8c98feat(api): content provenance checks7a3d5e4docs: add API-key mTLS HTTP client recipes (#3552)Updates
anthropicfrom 0.119.0 to 0.120.2Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
Commits
f5c30d0release: 0.120.28b327c3fix(mcp): support mcp sdk v2 alongside v1 (#300)3b65b23release: 0.120.16c127aefix(mcp): pin mcp extra to <2 (#1783)36863a0codegen metadata60c64fbrelease: 0.120.070c0a64feat(api): add claude-opus-5 modelUpdates
langchain-corefrom 1.5.1 to 1.5.3Release notes
Sourced from langchain-core's releases.
Commits
01d8481release(core): 1.5.3 (#39145)b8a6e36chore(model-profiles): refresh model profile data (#39141)cdca311fix(core): fall back toLANGSMITH_API_KEYfor gateway (#39115)a5a8762ci: annotate uv bump workflow with PR links (#39112)557c0a9chore(deps): bump uv to 0.12.0 (#39111)835c85arelease(anthropic): 1.5.3 (#39109)c1ab807release(core): 1.5.2 (#39108)3132233fix(anthropic): preserve empty thinking field in signature_delta streaming (#...b3a6d9achore(model-profiles): refresh model profile data (#39105)447b51afix(anthropic): strip unsupported fields from system message content blocks (...Updates
nltkfrom 3.10.0 to 3.10.1Release notes
Sourced from nltk's releases.
... (truncated)
Changelog
Sourced from nltk's changelog.
... (truncated)
Commits
35813c8Merge pull request #3724 from tarann26/fix-tweet-tokenizer-non-latin-hang7a757d6Merge pull request #3702 from maxtaran2010/fix/typos-classify-tokenize-parse591aec0Merge pull request #3723 from tarann26/fix-detokenize-mid-string-periodff85b23Merge pull request #3707 from chuenchen309/fix/spanish-stemmer-ucion-suffixb2b8961Merge pull request #3719 from Abhi-DevHub/fix-megam-url3ce739cMerge pull request #3722 from ekaf/hotfix-3721e9aec10don't collapse repeated non-Latin letters in TweetTokenizerdbe3073Skip Python 3.10 testac2a518Handle and test worker processesd91e79edetokenize periods mid-string, not just the last oneUpdates
langfusefrom 4.14.1 to 4.14.2Commits
Updates
rufffrom 0.16.0 to 0.16.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
80790b3Bump 0.16.1 (#27330)63830f3[ty] Borrow from constraint set storage less often (#27328)f40dca9[ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)0d80497Lint TOML files in the LSP (#26862)d91586bUpdate prek dependencies (#27293)7da4b8b[ty] Respect bounds and constraints in generic materializations (#27228)b20daf7[ty] refactor: add helper function to send partial results (#27249)4d4c8fa[ty] Emit diagnostic when specializing a non-generic class (#26883)7c3e2db[ty] Fix enum class container assignability (#27318)d5ef97f[flake8-return] Fix false positive when variable is read infinallyclaus...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