-
Notifications
You must be signed in to change notification settings - Fork 5
Commit d27045d
authored
fix(deps): Update dependency structlog to v25.4.0 (#328)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [structlog](https://redirect.github.com/hynek/structlog) ([changelog](https://redirect.github.com/hynek/structlog/blob/main/CHANGELOG.md)) | minor | `==25.1.0` -> `==25.4.0` |
---
### Release Notes
<details>
<summary>hynek/structlog (structlog)</summary>
### [`v25.4.0`](https://redirect.github.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2540---2025-06-02)
[Compare Source](https://redirect.github.com/hynek/structlog/compare/25.3.0...25.4.0)
##### Added
- Support for Python 3.14 and Python 3.13.4.
Python 3.14 has an backwards-incompatible change to `logging.Logger.isEnabledFor()` (it now always returns False if a log entry is in flight) that has been backported to 3.13.4 (expected on 2025-06-03).
It mainly affects `structlog.stdlib.filter_by_level()`.
[#​723](https://redirect.github.com/hynek/structlog/pull/723)
- `structlog.tracebacks` now handles [exception groups](https://docs.python.org/3/library/exceptions.html#exception-groups).
`structlog.tracebacks.Stack` has two new fields, `is_group: bool` and `exceptions: list[Trace]`.
This works similarly to what Rich v14.0.0 does.
[#​720](https://redirect.github.com/hynek/structlog/pull/720)
##### Fixed
- `structlog.processors.ExceptionPrettyPrinter` now respects the *exception_formatter* arguments instead of always using the default formatter.
[#​724](https://redirect.github.com/hynek/structlog/pull/724)
### [`v25.3.0`](https://redirect.github.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2530---2025-04-25)
[Compare Source](https://redirect.github.com/hynek/structlog/compare/25.2.0...25.3.0)
##### Fixed
- `structlog.processors.TimeStamper` now again uses timestamps using UTC for custom format strings when `utc=True`.
[#​713](https://redirect.github.com/hynek/structlog/pull/713)
### [`v25.2.0`](https://redirect.github.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2520---2025-03-11)
[Compare Source](https://redirect.github.com/hynek/structlog/compare/25.1.0...25.2.0)
##### Added
- `structlog.tracebacks.Stack` now includes an `exc_notes` field reflecting the notes attached to the exception.
[#​684](https://redirect.github.com/hynek/structlog/pull/684)
##### Changed
- `structlog.stdlib.BoundLogger`'s binding-related methods now also return `Self`.
[#​694](https://redirect.github.com/hynek/structlog/pull/694)
- `structlog.processors.TimeStamper` now produces internally timezone-aware `datetime` objects.
Default output hasn't changed, but you can now use `%z` in your *fmt* string.
[#​709](https://redirect.github.com/hynek/structlog/pull/709)
##### Fixed
- Expose `structlog.dev.RichTracebackFormatter` for imports.
[#​699](https://redirect.github.com/hynek/structlog/pull/699)
- Expose `structlog.processors.LogfmtRenderer` for imports.
[#​701](https://redirect.github.com/hynek/structlog/pull/701)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent f6ef4e8 commit d27045dCopy full SHA for d27045d
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments