Skip to content

build(deps): bump the python-minor-and-patch group across 1 directory with 6 updates - #748

Merged
sagi5060 merged 1 commit into
devfrom
dependabot/uv/python-minor-and-patch-a9fda58782
Sep 14, 2026
Merged

sagi5060 merged 1 commit into
devfrom
dependabot/uv/python-minor-and-patch-a9fda58782

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-minor-and-patch group with 6 updates in the / directory:

Package From To
langfuse 4.15.1 4.15.2
openinference-instrumentation-openai-agents 2.1.2 2.4.1
ruff 0.16.5 0.16.7
ty 0.0.78 0.0.80
import-linter 2.14 2.15
griffe 2.2.0 2.3.0

Updates langfuse from 4.15.1 to 4.15.2

Commits

Updates openinference-instrumentation-openai-agents from 2.1.2 to 2.4.1

Release notes

Sourced from openinference-instrumentation-openai-agents's releases.

python-openinference-instrumentation-openai-agents: v2.4.1

2.4.1 (2026-09-10)

Bug Fixes

  • bump openinference-semantic-conventions minimum to >=0.1.37 (#3711) (a3b5b6c)

python-openinference-instrumentation-mistralai: v2.1.6

2.1.6 (2026-09-10)

Bug Fixes

  • bump openinference-semantic-conventions minimum to >=0.1.37 (#3711) (a3b5b6c)

python-openinference-instrumentation-openai-agents: v2.4.0

2.4.0 (2026-09-09)

Features

  • openai_agents: record file_search and web_search tool calls (#1726) (#3684) (adaf9e7)

python-openinference-instrumentation-openai-agents: v2.3.0

2.3.0 (2026-09-09)

Features

  • openai_agents: record computer_call and computer_call_output (#1726) (#3685) (971e3db)

python-openinference-instrumentation-anthropic: v2.1.3

2.1.3 (2026-09-09)

Bug Fixes

  • bump openinference-instrumentation minimum to >=0.1.61 (#3680) (ba0fc57)

python-openinference-instrumentation-openai-agents: v2.2.2

2.2.2 (2026-09-09)

Bug Fixes

  • bump openinference-instrumentation minimum to >=0.1.61 (#3680) (ba0fc57)
  • openai_agents: handle new configuration_update response input item type (#3699) (e9ab122)

python-openinference-instrumentation-mistralai: v2.1.5

... (truncated)

Commits
  • 3729ab4 chore: release main (#3712)
  • 2cc4ee2 chore(openai): support OpenAI Python SDK 3.x (#3647)
  • a3b5b6c fix: bump openinference-semantic-conventions minimum to >=0.1.37 (#3711)
  • a2e7ff6 chore: release main (#3707)
  • adaf9e7 feat(openai_agents): record file_search and web_search tool calls (#1726) (#3...
  • 2e04736 chore(deps): update llama-index-llms-anthropic requirement from <0.12.0,>=0.1...
  • ad0903e chore(deps): update anthropic requirement from <1.1 to <1.3 in /python/instru...
  • 029ca88 chore: release main (#3704)
  • 971e3db feat(openai_agents): record computer_call and computer_call_output (#1726) (#...
  • 8abaf89 chore: release main (#3681)
  • Additional commits viewable in compare view

Updates ruff from 0.16.5 to 0.16.7

Release notes

Sourced from ruff's releases.

0.16.7

Release Notes

Released on 2026-09-10.

Preview features

  • [ruff] Add rule for default values on method receivers (RUF077) (#26700)
  • [ruff] Recognize re.prefixmatch (RUF039, RUF055) (#28311)

Bug fixes

  • Alternate nested quotes inside format spec interpolations (#28259)
  • [flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003) (#27981)
  • [flake8-tidy-imports] Skip fixes for multi-member imports (TID254) (#26584)
  • [pylint] Gate ImportCycleError on Python 3.15 (PLW0133) (#28310)

Rule changes

  • Correct D211 and D203 rule conflict diagnostic (#28444)
  • Recognize slice and frozendict generics (#28477)
  • Stop defining __cached__ for Python 3.15 (#28476)
  • [pyupgrade] Stop recommending removed typing.no_type_check_decorator (UP035) (#28475)

Performance

  • Reuse parser name lookups when interning (#28399)
  • Speed up inherited configuration resolution (#28299)

Documentation

  • Fix line-length path in --config example (#28392)
  • Remove the "Who’s Using Ruff?" list (#28455)

Other changes

  • Embed archive checksums in the shell installer (#28281)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.7

Released on 2026-09-10.

Preview features

  • [ruff] Add rule for default values on method receivers (RUF077) (#26700)
  • [ruff] Recognize re.prefixmatch (RUF039, RUF055) (#28311)

Bug fixes

  • Alternate nested quotes inside format spec interpolations (#28259)
  • [flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003) (#27981)
  • [flake8-tidy-imports] Skip fixes for multi-member imports (TID254) (#26584)
  • [pylint] Gate ImportCycleError on Python 3.15 (PLW0133) (#28310)

Rule changes

  • Correct D211 and D203 rule conflict diagnostic (#28444)
  • Recognize slice and frozendict generics (#28477)
  • Stop defining __cached__ for Python 3.15 (#28476)
  • [pyupgrade] Stop recommending removed typing.no_type_check_decorator (UP035) (#28475)

Performance

  • Reuse parser name lookups when interning (#28399)
  • Speed up inherited configuration resolution (#28299)

Documentation

  • Fix line-length path in --config example (#28392)
  • Remove the "Who’s Using Ruff?" list (#28455)

Other changes

  • Embed archive checksums in the shell installer (#28281)

Contributors

... (truncated)

Commits

Updates ty from 0.0.78 to 0.0.80

Release notes

Sourced from ty's releases.

0.0.80

Release Notes

Released on 2026-09-09.

Bug fixes

  • Fix --force-exclude for directories with an excluded ancestor (#28451)
  • Preserve metaclass candidates after conflicts (#28461)

LSP server

  • Give existing autofixes descriptive titles (#28456)
  • Prevent LSP hangs during inlay hint bursts (#28390)

Diagnostic improvements

  • Preserve redundant-condition diagnostics with unreachable operands (#28374)

Core type checking

  • Check captured receivers when calling wrapped classmethods (#28467)
  • Fix cached classmethods on generic classes (#28207)
  • Fix disjointness of type guards and boolean literals (#28363)
  • Infer tuple variance from the full tuple spec (#28446)
  • Infer tuple variance more precisely (#28426)
  • Preserve callable identity across specialized types (#28409)
  • Preserve callback type context through ParamSpec forwarding (#28439)
  • Preserve wrapped functions in precise functools.partial relations (#28460)
  • Respect descriptor protocol for __set__ itself (#28408)
  • Respect type-variable bounds in argument context (#28448)
  • Unwrap union alternatives in overload implementations (#28468)

Performance

  • Distribute len inference over unions (#28470)
  • Fast-path concrete literal intersections (#28348)

Memory usage improvements

  • Avoid excess capacity in multi-binding tables (#28412)
  • Share equivalent place tables within a file (#28319)
  • Share names in synthesized constructor parameters (#28398)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.80

Released on 2026-09-09.

Bug fixes

  • Fix --force-exclude for directories with an excluded ancestor (#28451)
  • Preserve metaclass candidates after conflicts (#28461)

LSP server

  • Give existing autofixes descriptive titles (#28456)
  • Prevent LSP hangs during inlay hint bursts (#28390)

Diagnostic improvements

  • Preserve redundant-condition diagnostics with unreachable operands (#28374)

Core type checking

  • Check captured receivers when calling wrapped classmethods (#28467)
  • Fix cached classmethods on generic classes (#28207)
  • Fix disjointness of type guards and boolean literals (#28363)
  • Infer tuple variance from the full tuple spec (#28446)
  • Infer tuple variance more precisely (#28426)
  • Preserve callable identity across specialized types (#28409)
  • Preserve callback type context through ParamSpec forwarding (#28439)
  • Preserve wrapped functions in precise functools.partial relations (#28460)
  • Respect descriptor protocol for __set__ itself (#28408)
  • Respect type-variable bounds in argument context (#28448)
  • Unwrap union alternatives in overload implementations (#28468)

Performance

  • Distribute len inference over unions (#28470)
  • Fast-path concrete literal intersections (#28348)

Memory usage improvements

  • Avoid excess capacity in multi-binding tables (#28412)
  • Share equivalent place tables within a file (#28319)
  • Share names in synthesized constructor parameters (#28398)

Contributors

... (truncated)

Commits

Updates import-linter from 2.14 to 2.15

Changelog

Sourced from import-linter's changelog.

2.15 (2026-09-04)

  • Add support for lazy imports to the explore UI and drawgraph command.
Commits
  • 31927f1 Release v2.15
  • 1a652a6 Update github actions to silence warnings about Node 20
  • 552df7f Display lazy imports with open arrowhead
  • f55b351 Upgrade to Grimp 3.17
  • 9692850 Support overriding arrowhead on Edge
  • e61a687 Refactor Edge so it supports line style
  • efc8642 Update uv.lock
  • See full diff in compare view

Updates griffe from 2.2.0 to 2.3.0

Release notes

Sourced from griffe's releases.

2.3.0

2.3.0 - 2026-09-04

Compare with 2.2.0

Features

  • Add option to give precedence to docstrings in stubs vs. source (09a2a13 by Timothée Mazzucotelli). Issue-447, PR-481

Bug Fixes

  • Preserve nested tuple parentheses (e095a7c by Alperen). PR-487, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
  • Preserve nested f-string format specs (38921b7 by Alperen). PR-486
  • Disable all docstring warnings when passing warnings=False (5cb0ae2 by Timothée Mazzucotelli).

Performance Improvements

  • Reuse computed parent in is_imported (092ac31 by Timothée Mazzucotelli).
  • Only build debug messages at debug level (8f05a4a by Timothée Mazzucotelli).
  • Avoid creating new sets when handling labels (06cd02e by Timothée Mazzucotelli).
  • Maintain map of AST node type to visitor function (e21851e by Timothée Mazzucotelli).
  • Avoid cyclic refs in ASTs to allow garbage-collecting them (b968de0 by Timothée Mazzucotelli).
  • Cache per-module path-related properties during serialization (8bd6cc4 by Timothée Mazzucotelli).
  • Do not fire load events when no extension has hooked them (0e2ae7c by Timothée Mazzucotelli).
  • Compute costly message lazily in alias resolution errors (1e391b8 by Timothée Mazzucotelli).
  • Avoid iterating many times over function parameters when merging stubs (03cae74 by Timothée Mazzucotelli).
  • Avoid iterating many times over function parameters when diff'ing (d3cf2c4 by Timothée Mazzucotelli).
  • Improve efficiency of AST parameter extraction (1e37cd4 by Timothée Mazzucotelli).
  • Cache serializable expression fields (f9e48c1 by Timothée Mazzucotelli).
  • Use maps to make JSON encoder faster (b7de96f by Timothée Mazzucotelli).
  • Avoid recomputing inherited members when diff'ing (a29e028 by Timothée Mazzucotelli).
  • Make Google, Numpy and Sphinx docstring parsers faster (7f39373 by Timothée Mazzucotelli).
  • Pre-compile patterns for docstring style detection (ad58ad5 by Timothée Mazzucotelli).
  • LRU-cache parsing of type annotations in docstrings (1671e59 by Timothée Mazzucotelli).
Changelog

Sourced from griffe's changelog.

2.3.0 - 2026-09-04

Compare with 2.2.0

Features

  • Add option to give precedence to docstrings in stubs vs. source (09a2a13 by Timothée Mazzucotelli). Issue-447, PR-481

Bug Fixes

  • Preserve nested tuple parentheses (e095a7c by Alperen). PR-487, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
  • Preserve nested f-string format specs (38921b7 by Alperen). PR-486
  • Disable all docstring warnings when passing warnings=False (5cb0ae2 by Timothée Mazzucotelli).

Performance Improvements

  • Reuse computed parent in is_imported (092ac31 by Timothée Mazzucotelli).
  • Only build debug messages at debug level (8f05a4a by Timothée Mazzucotelli).
  • Avoid creating new sets when handling labels (06cd02e by Timothée Mazzucotelli).
  • Maintain map of AST node type to visitor function (e21851e by Timothée Mazzucotelli).
  • Avoid cyclic refs in ASTs to allow garbage-collecting them (b968de0 by Timothée Mazzucotelli).
  • Cache per-module path-related properties during serialization (8bd6cc4 by Timothée Mazzucotelli).
  • Do not fire load events when no extension has hooked them (0e2ae7c by Timothée Mazzucotelli).
  • Compute costly message lazily in alias resolution errors (1e391b8 by Timothée Mazzucotelli).
  • Avoid iterating many times over function parameters when merging stubs (03cae74 by Timothée Mazzucotelli).
  • Avoid iterating many times over function parameters when diff'ing (d3cf2c4 by Timothée Mazzucotelli).
  • Improve efficiency of AST parameter extraction (1e37cd4 by Timothée Mazzucotelli).
  • Cache serializable expression fields (f9e48c1 by Timothée Mazzucotelli).
  • Use maps to make JSON encoder faster (b7de96f by Timothée Mazzucotelli).
  • Avoid recomputing inherited members when diff'ing (a29e028 by Timothée Mazzucotelli).
  • Make Google, Numpy and Sphinx docstring parsers faster (7f39373 by Timothée Mazzucotelli).
  • Pre-compile patterns for docstring style detection (ad58ad5 by Timothée Mazzucotelli).
  • LRU-cache parsing of type annotations in docstrings (1671e59 by Timothée Mazzucotelli).
Commits
  • ecd5349 chore: Prepare release 2.3.0
  • 09a2a13 feat: Add option to give precedence to docstrings in stubs vs. source
  • e095a7c fix: Preserve nested tuple parentheses
  • efa8ac1 Merge branch 'main' of github.com:mkdocstrings/griffe
  • 092ac31 perf: Reuse computed parent in is_imported
  • 76e1082 chore: Add docs for package parameter
  • 8f05a4a perf: Only build debug messages at debug level
  • 06cd02e perf: Avoid creating new sets when handling labels
  • e21851e perf: Maintain map of AST node type to visitor function
  • b968de0 perf: Avoid cyclic refs in ASTs to allow garbage-collecting them
  • Additional commits viewable in compare view


  • Unchanged pages reviewed: bindings/agui.mdx, bindings/native.mdx, meet-agentdeck/quickstart.mdx, resources/migration-guides.mdx

Reviewed by hand: this raises lower bounds inside the observability extra and four dev tools. None
of the four pages states a dependency version, and the extras they name ([serve], [agui]) are
unchanged, so each page is still true as written.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 13, 2026
@dependabot
dependabot Bot requested a review from sagi5060 as a code owner September 13, 2026 02:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 13, 2026
@dependabot dependabot Bot changed the title build(deps): bump the python-minor-and-patch group with 6 updates build(deps): bump the python-minor-and-patch group across 1 directory with 6 updates Sep 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/python-minor-and-patch-a9fda58782 branch 2 times, most recently from b145938 to 20a4f31 Compare September 14, 2026 07:54
@sagi5060
sagi5060 force-pushed the dependabot/uv/python-minor-and-patch-a9fda58782 branch from 20a4f31 to c02c8f6 Compare September 14, 2026 07:56
… with 6 updates

Bumps the python-minor-and-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [langfuse](https://github.com/langfuse/langfuse) | `4.15.1` | `4.15.2` |
| [openinference-instrumentation-openai-agents](https://github.com/Arize-ai/openinference) | `2.1.2` | `2.4.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.16.5` | `0.16.7` |
| [ty](https://github.com/astral-sh/ty) | `0.0.78` | `0.0.80` |
| [import-linter](https://github.com/seddonym/import-linter) | `2.14` | `2.15` |
| [griffe](https://github.com/mkdocstrings/griffe) | `2.2.0` | `2.3.0` |



Updates `langfuse` from 4.15.1 to 4.15.2
- [Release notes](https://github.com/langfuse/langfuse/releases)
- [Commits](https://github.com/langfuse/langfuse/commits)

Updates `openinference-instrumentation-openai-agents` from 2.1.2 to 2.4.1
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Commits](Arize-ai/openinference@python-openinference-instrumentation-openai-agents-v2.1.2...python-openinference-instrumentation-openai-agents-v2.4.1)

Updates `ruff` from 0.16.5 to 0.16.7
- [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.5...0.16.7)

Updates `ty` from 0.0.78 to 0.0.80
- [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.78...0.0.80)

Updates `import-linter` from 2.14 to 2.15
- [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md)
- [Commits](seddonym/import-linter@v2.14...v2.15)

Updates `griffe` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@2.2.0...2.3.0)

---
updated-dependencies:
- dependency-name: griffe
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-and-patch
- dependency-name: import-linter
  dependency-version: '2.15'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-and-patch
- dependency-name: langfuse
  dependency-version: 4.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-and-patch
- dependency-name: openinference-instrumentation-openai-agents
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-and-patch
- dependency-name: ruff
  dependency-version: 0.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-and-patch
- dependency-name: ty
  dependency-version: 0.0.80
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@sagi5060
sagi5060 force-pushed the dependabot/uv/python-minor-and-patch-a9fda58782 branch from c02c8f6 to 63c2693 Compare September 14, 2026 08:07
@sagi5060
sagi5060 merged commit f746039 into dev Sep 14, 2026
11 of 12 checks passed
@sagi5060
sagi5060 deleted the dependabot/uv/python-minor-and-patch-a9fda58782 branch September 14, 2026 08:12
@sagi5060 sagi5060 mentioned this pull request Sep 14, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant