fix(deps): update dependency logfire to v3.24.2 #67

Merged
hads merged 1 commits from renovate/logfire-3.x-lockfile into main 2025-07-16 09:12:45 +12:00
Owner

This PR contains the following updates:

Package Change Age Confidence
logfire (changelog) 3.21.1 -> 3.24.2 age confidence

Release Notes

pydantic/logfire (logfire)

v3.24.2

Compare Source

v3.24.1

Compare Source

v3.24.0

Compare Source

v3.23.0

Compare Source

v3.22.1

Compare Source

v3.22.0

Compare Source

v3.21.2

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 | Change | Age | Confidence | |---|---|---|---| | [logfire](https://github.com/pydantic/logfire) ([changelog](https://logfire.pydantic.dev/docs/release-notes/)) | `3.21.1` -> `3.24.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/logfire/3.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/logfire/3.21.1/3.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pydantic/logfire (logfire)</summary> ### [`v3.24.2`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3242-2025-07-14) [Compare Source](https://github.com/pydantic/logfire/compare/v3.24.1...v3.24.2) - Fix auto-tracing Python 3.12 ParamSpec syntax by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1247](https://github.com/pydantic/logfire/pull/1247) ### [`v3.24.1`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3241-2025-07-14) [Compare Source](https://github.com/pydantic/logfire/compare/v3.24.0...v3.24.1) - Support OpenTelemetry 1.35.0 by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1242](https://github.com/pydantic/logfire/pull/1242) ### [`v3.24.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3240-2025-07-10) [Compare Source](https://github.com/pydantic/logfire/compare/v3.23.0...v3.24.0) - Add experimental `logfire.instrument_litellm()` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1237](https://github.com/pydantic/logfire/pull/1237) ### [`v3.23.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3230-2025-07-08) [Compare Source](https://github.com/pydantic/logfire/compare/v3.22.1...v3.23.0) - Add info method to logfire query clients by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;1204](https://github.com/pydantic/logfire/pull/1204) - Make query client not experimental by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1234](https://github.com/pydantic/logfire/pull/1234) ### [`v3.22.1`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3221-2025-07-07) [Compare Source](https://github.com/pydantic/logfire/compare/v3.22.0...v3.22.1) - Fix OpenAI streaming reasoning by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1232](https://github.com/pydantic/logfire/pull/1232) - Handle bytes in google genai messages by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1231](https://github.com/pydantic/logfire/pull/1231) ### [`v3.22.0`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3220-2025-07-02) [Compare Source](https://github.com/pydantic/logfire/compare/v3.21.2...v3.22.0) - Add `instrument_google_genai` by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1217](https://github.com/pydantic/logfire/pull/1217) - Refactor user tokens, introduce Logfire client by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;981](https://github.com/pydantic/logfire/pull/981) - Use new endpoint for project creation by [@&#8203;hramezani](https://github.com/hramezani) in [#&#8203;1202](https://github.com/pydantic/logfire/pull/1202) ### [`v3.21.2`](https://github.com/pydantic/logfire/blob/HEAD/CHANGELOG.md#v3212-2025-06-30) [Compare Source](https://github.com/pydantic/logfire/compare/v3.21.1...v3.21.2) - Fix importlib resources with auto tracing by [@&#8203;alexmojaki](https://github.com/alexmojaki) in [#&#8203;1212](https://github.com/pydantic/logfire/pull/1212) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
hads added 1 commit 2025-07-01 06:06:22 +12:00
fix(deps): update dependency logfire to v3.21.2
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 45s
6d2e693aca
hads force-pushed renovate/logfire-3.x-lockfile from 6d2e693aca to e0d2d3846c 2025-07-03 06:05:50 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.21.2 to fix(deps): update dependency logfire to v3.22.0 2025-07-03 06:05:54 +12:00
hads force-pushed renovate/logfire-3.x-lockfile from e0d2d3846c to 351093e66f 2025-07-08 12:05:40 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.22.0 to fix(deps): update dependency logfire to v3.22.1 2025-07-08 12:05:43 +12:00
hads force-pushed renovate/logfire-3.x-lockfile from 351093e66f to a5c1da4dbc 2025-07-09 06:06:38 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.22.1 to fix(deps): update dependency logfire to v3.23.0 2025-07-09 06:06:41 +12:00
hads force-pushed renovate/logfire-3.x-lockfile from a5c1da4dbc to 281700cc82 2025-07-11 06:06:16 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.23.0 to fix(deps): update dependency logfire to v3.24.0 2025-07-11 06:06:19 +12:00
hads force-pushed renovate/logfire-3.x-lockfile from 281700cc82 to 5eb5c33780 2025-07-15 06:05:39 +12:00 Compare
hads changed title from fix(deps): update dependency logfire to v3.24.0 to fix(deps): update dependency logfire to v3.24.2 2025-07-15 06:05:42 +12:00
hads merged commit bc3777e857 into main 2025-07-16 09:12:45 +12:00
hads deleted branch renovate/logfire-3.x-lockfile 2025-07-16 09:12:45 +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#67
No description provided.