Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Bumps openai from 2.5.0 to 2.6.0.

Release notes

Sourced from openai's releases.

v2.6.0

2.6.0 (2025-10-20)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: Add responses.input_tokens.count (6dd09e2)

Bug Fixes

  • api: internal openapi updates (caabd7c)
Changelog

Sourced from openai's changelog.

2.6.0 (2025-10-20)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: Add responses.input_tokens.count (6dd09e2)

Bug Fixes

  • api: internal openapi updates (caabd7c)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Disclaimer: Experimental PR review

Greptile Overview

Updated On: 2025-10-21 05:12:38 UTC

Summary

Automated dependency update bumping openai from version 2.5.0 to 2.6.0 by Dependabot.

Key changes in openai 2.6.0:

  • Added responses.input_tokens.count field for token tracking
  • Internal OpenAPI schema updates

Compatibility assessment:

  • The langfuse OpenAI integration (langfuse/openai.py) already has full support for the Responses API (lines 149-179)
  • Usage parsing in _parse_usage() (lines 539-569) handles new fields automatically by copying the entire usage object and only filtering None values
  • No breaking changes in the OpenAI SDK that would affect existing integrations
  • The new input_tokens.count field will be captured automatically in usage details

Additional changes:

  • Poetry version bumped from 1.8.4 to 2.2.1 (lockfile generator)
  • Added dependency group annotations throughout the lockfile

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a minor version bump of the openai dependency (2.5.0 → 2.6.0) that only adds new fields and internal updates. The langfuse codebase's usage parsing is designed to handle new fields gracefully without requiring code changes. No breaking changes or API modifications that would affect existing functionality.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
poetry.lock 5/5 Automated dependency update from openai 2.5.0 to 2.6.0, includes minor Poetry version change and dependency group annotations

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant PL as poetry.lock
    participant OAI as OpenAI SDK 2.6.0
    participant LF as Langfuse Integration
    
    D->>PL: Update openai 2.5.0 → 2.6.0
    Note over PL: Poetry 1.8.4 → 2.2.1<br/>Add dependency groups
    
    Note over OAI: New features in 2.6.0:<br/>- responses.input_tokens.count<br/>- Internal OpenAPI updates
    
    OAI->>LF: Usage data with new fields
    LF->>LF: _parse_usage() processes all fields
    Note over LF: Automatically captures<br/>new input_tokens.count field
Loading

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 21, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/pip/openai-2.6.0 branch from cb7ab1f to 0abc6c8 Compare October 22, 2025 05:32
Bumps [openai](https://github.com/openai/openai-python) from 2.5.0 to 2.6.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.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/openai-2.6.0 branch from 0abc6c8 to e021c59 Compare October 23, 2025 05:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #1422.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/openai-2.6.0 branch October 27, 2025 05:24
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant