Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2025

Bumps the logfire group with 1 update: logfire.

Updates logfire from 4.4.0 to 4.6.0

Release notes

Sourced from logfire's releases.

v4.6.0

v4.5.0

Changelog

Sourced from logfire's changelog.

[v4.6.0] (2025-09-10)

[v4.5.0] (2025-09-09)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the logfire group with 1 update: [logfire](https://github.com/pydantic/logfire).


Updates `logfire` from 4.4.0 to 4.6.0
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](pydantic/logfire@v4.4.0...v4.6.0)

---
updated-dependencies:
- dependency-name: logfire
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: logfire
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 10, 2025
@inmantaci inmantaci added the merge-tool-ready This ticket is ready to be merged in label Sep 10, 2025
@inmantaci
Copy link
Contributor

Processing this pull request

@inmantaci
Copy link
Contributor

Merged into branches iso8 in 2e931df

inmantaci pushed a commit that referenced this pull request Sep 10, 2025
Bumps the logfire group with 1 update: [logfire](https://github.com/pydantic/logfire).

Updates `logfire` from 4.4.0 to 4.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pydantic/logfire/releases">logfire's releases</a>.</em></p>
<blockquote>
<h2>v4.6.0</h2>
<ul>
<li>Fix: check <code>LOGFIRE_IGNORE_NO_CONFIG</code> from environment when needed by <a href="https://github.com/Lftobs"><code>@​Lftobs</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1379">#1379</a></li>
<li>Expand scrubbing whitelist, especially for <code>gen_ai</code> messages by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1392">#1392</a></li>
<li>Print project link eagerly from credentials file if possible by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1393">#1393</a></li>
<li>Fix: Only list orgs in CLI where projects can be created by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1391">#1391</a></li>
</ul>
<h2>v4.5.0</h2>
<ul>
<li>Export <code>attach_context</code> and <code>get_context</code> directly from <code>logfire</code> module, not just <code>logfire.propagate</code> by <a href="https://github.com/dhruv-ahuja"><code>@​dhruv-ahuja</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1385">#1385</a></li>
<li>Only list writeable projects from CLI by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1386">#1386</a></li>
<li>Add <code>ensure_ascii=False</code> to <code>json.dumps</code> calls by <a href="https://github.com/qiangxinglin"><code>@​qiangxinglin</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1381">#1381</a></li>
<li>Remove unused <code>stack_offset</code> from <code>with_settings()</code> by <a href="https://github.com/LucasSantos27"><code>@​LucasSantos27</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1380">#1380</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pydantic/logfire/blob/main/CHANGELOG.md">logfire's changelog</a>.</em></p>
<blockquote>
<h2>[v4.6.0] (2025-09-10)</h2>
<ul>
<li>Fix: check <code>LOGFIRE_IGNORE_NO_CONFIG</code> from environment when needed by <a href="https://github.com/Lftobs"><code>@​Lftobs</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1379">#1379</a></li>
<li>Expand scrubbing whitelist, especially for <code>gen_ai</code> messages by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1392">#1392</a></li>
<li>Print project link eagerly from credentials file if possible by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1393">#1393</a></li>
<li>Fix: Only list orgs in CLI where projects can be created by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1391">#1391</a></li>
</ul>
<h2>[v4.5.0] (2025-09-09)</h2>
<ul>
<li>Export <code>attach_context</code> and <code>get_context</code> directly from <code>logfire</code> module, not just <code>logfire.propagate</code> by <a href="https://github.com/dhruv-ahuja"><code>@​dhruv-ahuja</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1385">#1385</a></li>
<li>Only list writeable projects from CLI by <a href="https://github.com/alexmojaki"><code>@​alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1386">#1386</a></li>
<li>Add <code>ensure_ascii=False</code> to <code>json.dumps</code> calls by <a href="https://github.com/qiangxinglin"><code>@​qiangxinglin</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1381">#1381</a></li>
<li>Remove unused <code>stack_offset</code> from <code>with_settings()</code> by <a href="https://github.com/LucasSantos27"><code>@​LucasSantos27</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/1380">#1380</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pydantic/logfire/commit/068bd01193ab6d455e5a827b9df6d4e0f0ce1730"><code>068bd01</code></a> Release v4.6.0 (<a href="https://redirect.github.com/pydantic/logfire/issues/1395">#1395</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/c0efeb0936008159cff2b174ea84c772da18b6f5"><code>c0efeb0</code></a> Print project link eagerly from credentials file if possible (<a href="https://redirect.github.com/pydantic/logfire/issues/1393">#1393</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/cfd7a5f9c22d5f380426bb2bf5bfce0f6c6755b2"><code>cfd7a5f</code></a> Avoid buggy testcontainers (<a href="https://redirect.github.com/pydantic/logfire/issues/1394">#1394</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/3da2d3b682d754fc78d111186f01bcb51fe8596c"><code>3da2d3b</code></a> Expand scrubbing whitelist, especially for gen_ai messages (<a href="https://redirect.github.com/pydantic/logfire/issues/1392">#1392</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/1ec6ed27ebaa4853c38f9393aea087f75f9e4ac8"><code>1ec6ed2</code></a> Fix: Only list orgs in CLI where projects can be created (<a href="https://redirect.github.com/pydantic/logfire/issues/1391">#1391</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/d2a8878e7215c05de2d622ea86bb6835b0e7f5db"><code>d2a8878</code></a> Fix: check LOGFIRE_IGNORE_NO_CONFIG from environment when needed</li>
<li><a href="https://github.com/pydantic/logfire/commit/e363731d23fe474661c29250eb5f6c6ab8f31fc8"><code>e363731</code></a> Adding issues page + revising alerts page (<a href="https://redirect.github.com/pydantic/logfire/issues/1373">#1373</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/96ef413fde4b1e408bbbe4ef0352eadfdec91f9f"><code>96ef413</code></a> Release v4.5.0 (<a href="https://redirect.github.com/pydantic/logfire/issues/1389">#1389</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/0a05b8f092dc4b576332804bc8737222e58254af"><code>0a05b8f</code></a> Enhance local quickstart for enterprise clarity (<a href="https://redirect.github.com/pydantic/logfire/issues/1388">#1388</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/65e25afcb2b4003fdbf4a2229084f711afe73416"><code>65e25af</code></a> Update deps (<a href="https://redirect.github.com/pydantic/logfire/issues/1387">#1387</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pydantic/logfire/compare/v4.4.0...v4.6.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=logfire&package-manager=pip&previous-version=4.4.0&new-version=4.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
@inmantaci inmantaci closed this Sep 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@inmantaci inmantaci deleted the dependabot/pip/iso8/logfire-8e5178995a branch September 10, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file merge-tool-ready This ticket is ready to be merged in python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants