langfuse-python
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
We had a case where a function input used an lru_cache as attribute, not as a decorator, and lru_cache somewhere internally stores the return type of the function... and typing.Sequence...
Bumps the langchain group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [langchain-mistralai](https://github.com/langchain-ai/langchain) | `0.1.7` |...
Bumps cohere from 5.8.1 to 5.11.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...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.7 to 0.6.9. Release notes Sourced from ruff's releases. 0.6.9 Release Notes Preview features Fix codeblock dynamic line length calculation for indented docstring examples (#13523) [refurb] Mark...
1. Version Constraints: - Ensure that version constraints are compatible with each other. For example, `httpx` and `pydantic` have upper limits that might conflict with other packages that depend on...
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.60.0 to 1.70.0. Release notes Sourced from google-cloud-aiplatform's releases. v1.70.0 1.70.0 (2024-10-08) Features Add a dynamic retrieval API (44df243) Add enable_secure_private_service_connect in service attachment (44df243) Add new...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.3 to 4.10.1. Release notes Sourced from pymongo's releases. PyMongo 4.10.1 Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-1-released/299573 PyMongo 4.10.0 Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-0-released/299474 PyMongo 4.9.2 Fixed a bug where pymongo.asynchronous.mongo_client.AsyncMongoClient could...
This PR has been raised to add support to track `ChatGoogleGenerativeAI`'s langchain call usage. A simple check for usage_metadata attribute and then parsing using the `_parse_usage_model`
This fixes an issue where the `urllib.parse.quote` fn is used to encode a path component that has a slash in it. Ex: if you name a dataset `test/me`, it needs...