langfuse-python icon indicating copy to clipboard operation
langfuse-python copied to clipboard

🪢 Langfuse Python SDK - Instrument your LLM app with decorators or low-level SDK and get detailed tracing/observability. Works with any LLM or framework

Results 77 langfuse-python issues
Sort by recently updated
recently updated
newest added

Bumps the langchain group with 10 updates: | Package | From | To | | --- | --- | --- | | [langchain](https://github.com/langchain-ai/langchain) | `0.3.12` | `0.3.20` | | [langchain-mistralai](https://github.com/langchain-ai/langchain)...

dependencies
python

Bumps the llama-index group with 1 update in the / directory: llama-index-llms-anthropic. Updates `llama-index-llms-anthropic` from 0.5.0 to 0.6.14 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=llama-index-llms-anthropic&package-manager=pip&previous-version=0.5.0&new-version=0.6.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by...

dependencies
python

Hi, I love this project Traces in custom experiments with langfuse datasets via langchain handlers have no release tag. Noticed that there was missing `version` argument when creating a trace....

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.7 to 0.11.11. Release notes Sourced from ruff's releases. 0.11.11 Release Notes Preview features [airflow] Add autofixes for AIR302 and AIR312 (#17942) [airflow] Move rules from AIR312...

dependencies
python

Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 14.6.0 to 15.0.3. Changelog Sourced from pdoc's changelog. 2025-04-21: pdoc 15.0.3 Add missing styles for Github's markdown alerts. (#796, @​Steve-Tech) 2025-04-17: pdoc 15.0.2 Fix a bug where...

dependencies
python

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.3 to 4.12.1. Release notes Sourced from pymongo's releases. PyMongo 4.12.1 Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-1-released/320326 What's Changed PYTHON-5288: [v4.12] SRV hostname validation fails when resolver and resolved hostnames...

dependencies
python

Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 78.1.1. Changelog Sourced from setuptools's changelog. v78.1.1 Bugfixes More fully sanitized the filename in PackageIndex._download. (#4946) v78.1.0 Features Restore access to _get_vc_env with a warning....

dependencies
python

Bumps cohere from 5.8.1 to 5.15.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cohere&package-manager=pip&previous-version=5.8.1&new-version=5.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
python

## Issue In the current version of SDK @observe loses context/trace id for spans that are coming from async generators and nested async generators (when observed async generator is called...

> [!IMPORTANT] > Enhance `on_chain_start` in `langchain.py` to dynamically update trace-level parameters using metadata prefixed with `langfuse_`. > > - **Behavior**: > - In `on_chain_start` in `langchain.py`, trace-level information is...