fix(deps): update dependency logfire to v3.14.0 #49

Merged
hads merged 1 commits from renovate/logfire-3.x-lockfile into main 2025-04-22 19:29:26 +12:00
Owner

This PR contains the following updates:

Package Type Update Change
logfire (changelog) dependencies minor 3.6.4 -> 3.14.0

Release Notes

pydantic/logfire (logfire)

v3.14.0

Compare Source

  • Experimental functions for recording feedback annotations

v3.13.1

Compare Source

v3.13.0

Compare Source

v3.12.0

Compare Source

v3.11.0

Compare Source

v3.10.0

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [logfire](https://github.com/pydantic/logfire) ([changelog](https://logfire.pydantic.dev/docs/release-notes/)) | dependencies | minor | `3.6.4` -> `3.14.0` | --- ### Release Notes <details> <summary>pydantic/logfire (logfire)</summary> ### [`v3.14.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3140-2025-04-11) [Compare Source](https://github.com/pydantic/logfire/compare/v3.13.1...v3.14.0) - Experimental functions for recording feedback annotations ### [`v3.13.1`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3131-2025-04-10) [Compare Source](https://github.com/pydantic/logfire/compare/v3.13.0...v3.13.1) - Upgrade to OpenTelemetry SDK 1.32.0 by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;991](https://github.com/pydantic/logfire/pull/991) ### [`v3.13.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3130-2025-04-10) [Compare Source](https://github.com/pydantic/logfire/compare/v3.12.0...v3.13.0) - Emit logs sent from MCP server to client by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;974](https://github.com/pydantic/logfire/pull/974) - Return `None` from `logfire_api.LogfireSpan.context` when `logfire` could not be imported by [@&#8203;DouweM](https://github.com/DouweM) in [#&#8203;983](https://github.com/pydantic/logfire/pull/983) ### [`v3.12.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3120-2025-03-31) [Compare Source](https://github.com/pydantic/logfire/compare/v3.11.0...v3.12.0) - Add `logfire.instrument_mcp()` method by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;966](https://github.com/pydantic/logfire/pull/966) - Merge headers if passed via `client_kwargs` in query client by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;958](https://github.com/pydantic/logfire/pull/958) - Warn user if f-string expression contains `await` by [@&#8203;Sbargaoui](https://github.com/Sbargaoui) in [#&#8203;944](https://github.com/pydantic/logfire/pull/944) - Handle new MCP span in OpenAI Agents SDK by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;963](https://github.com/pydantic/logfire/pull/963) ### [`v3.11.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3110-2025-03-26) [Compare Source](https://github.com/pydantic/logfire/compare/v3.10.0...v3.11.0) - Add `record_return` flag to `@logfire.instrument` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;955](https://github.com/pydantic/logfire/pull/955) ### [`v3.10.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3100-2025-03-25) [Compare Source](https://github.com/pydantic/logfire/compare/v3.9.1...v3.10.0) - Account for new EU region by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;901](https://github.com/pydantic/logfire/pull/901) ### [`v3.9.1`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v391-2025-03-25) [Compare Source](https://github.com/pydantic/logfire/compare/v3.9.0...v3.9.1) - Handle Anthropic thinking blocks by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;952](https://github.com/pydantic/logfire/pull/952) - Handle new voice span types from OpenAI Agents SDK by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;943](https://github.com/pydantic/logfire/pull/943) ### [`v3.9.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v390-2025-03-18) [Compare Source](https://github.com/pydantic/logfire/compare/v3.8.1...v3.9.0) - Add `logfire.instrument_pydantic_ai()` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;926](https://github.com/pydantic/logfire/pull/926) ### [`v3.8.1`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v381-2025-03-13) [Compare Source](https://github.com/pydantic/logfire/compare/v3.8.0...v3.8.1) - Upgrade to OpenTelemetry 1.31.0 by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;927](https://github.com/pydantic/logfire/pull/927) - Record exception with traceback for non-fatal function tool errors in OpenAI agents SDK by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;924](https://github.com/pydantic/logfire/pull/924) ### [`v3.8.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v380-2025-03-11) [Compare Source](https://github.com/pydantic/logfire/compare/v3.7.1...v3.8.0) - OpenAI Agents Framework instrumentation by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;917](https://github.com/pydantic/logfire/pull/917) - OTel log scrubbing by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;903](https://github.com/pydantic/logfire/pull/903) ### [`v3.7.1`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v371-2025-03-05) [Compare Source](https://github.com/pydantic/logfire/compare/v3.7.0...v3.7.1) - Handle errors in OpenAI response by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;910](https://github.com/pydantic/logfire/pull/910) - Include domain in message for outgoing HTTP requests: fix for old semconv by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;909](https://github.com/pydantic/logfire/pull/909) ### [`v3.7.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v370-2025-03-04) [Compare Source](https://github.com/pydantic/logfire/compare/v3.6.4...v3.7.0) - Include domain in message for outgoing requests by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;892](https://github.com/pydantic/logfire/pull/892) - Console logging for OTel logs by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;882](https://github.com/pydantic/logfire/pull/882) - Fix auto-tracing with `python -m` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;905](https://github.com/pydantic/logfire/pull/905) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIxNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
hads added 1 commit 2025-03-22 00:07:30 +13:00
fix(deps): update dependency logfire to v3.9.0
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 45s
64351c2d97
hads changed title from fix(deps): update dependency logfire to v3.9.0 to fix(deps): update dependency logfire to v3.10.0 2025-03-26 07:07:57 +13:00
hads force-pushed renovate/logfire-3.x-lockfile from 64351c2d97 to 2cdecc38cc 2025-03-26 07:07:58 +13:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.10.0 to fix(deps): update dependency logfire to v3.11.0 2025-03-27 13:07:43 +13:00
hads force-pushed renovate/logfire-3.x-lockfile from 2cdecc38cc to 436ca05b47 2025-03-27 13:07:44 +13:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.11.0 to fix(deps): update dependency logfire to v3.12.0 2025-04-01 01:08:02 +13:00
hads force-pushed renovate/logfire-3.x-lockfile from 436ca05b47 to a9a51b7ccc 2025-04-01 01:08:03 +13:00 Compare
hads force-pushed renovate/logfire-3.x-lockfile from a9a51b7ccc to afcf88b6f1 2025-04-11 00:08:28 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.12.0 to fix(deps): update dependency logfire to v3.13.0 2025-04-11 00:08:29 +12:00
hads force-pushed renovate/logfire-3.x-lockfile from afcf88b6f1 to ec9720c96f 2025-04-11 06:08:14 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.13.0 to fix(deps): update dependency logfire to v3.13.1 2025-04-11 06:08:16 +12:00
hads force-pushed renovate/logfire-3.x-lockfile from ec9720c96f to 7a853d6e9e 2025-04-12 06:08:19 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.13.1 to fix(deps): update dependency logfire to v3.14.0 2025-04-12 06:08:21 +12:00
hads merged commit 8ac34dfcca into main 2025-04-22 19:29:26 +12:00
hads deleted branch renovate/logfire-3.x-lockfile 2025-04-22 19:29:26 +12:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hads/hinpdof#49
No description provided.