Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: langfuse/langfuse-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: langfuse/langfuse-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 10 commits
  • 37 files changed
  • 7 contributors

Commits on Sep 17, 2025

  1. chore(deps): bump pydantic from 2.11.7 to 2.11.9 (#1343)

    Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 to 2.11.9.
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.11.7...v2.11.9)
    
    ---
    updated-dependencies:
    - dependency-name: pydantic
      dependency-version: 2.11.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    621b989 View commit details
    Browse the repository at this point in the history
  2. fix(prompt-placeholders): don't strip tool calls from placeholder mes…

    …sages (#1346)
    
    * add test that tool calls aren't stripped from msg placehodlers
    
    * fix: allow arbitrary values to be inserted as placeholder fill-in
    
    * fix formatting
    nimarb authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ce29143 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump pytest from 8.4.1 to 8.4.2 (#1322)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.4.1...8.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 8.4.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    83f1285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e54641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f443a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e94f9ea View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. chore: test to validate multiple calls to update_trace don't drop att… (

    #1369)
    
    chore: test to validate multiple calls to update_trace don't drop attributes
    nimarb authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    33d9086 View commit details
    Browse the repository at this point in the history
  2. feat(api): update API spec from langfuse/langfuse a7d59d7b (#1371)

    Co-authored-by: langfuse-bot <[email protected]>
    langfuse-bot and langfuse-bot authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    37468a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f809baf View commit details
    Browse the repository at this point in the history
  4. chore: release v3.5.0

    hassiebp committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    c8550a7 View commit details
    Browse the repository at this point in the history
Loading