jason810496 commented on code in PR #70694:
URL: https://github.com/apache/airflow/pull/70694#discussion_r3679225325
##########
airflow-core/pyproject.toml:
##########
@@ -85,7 +85,7 @@ dependencies = [
"cadwyn>=6.1.1",
"colorlog>=6.8.2",
"cron-descriptor>=1.2.24",
- "croniter>=2.0.2",
+ "croniter>=6.1.0",
Review Comment:
Done in 736d432526: floor raised to `croniter>=6.2.2` (lock already resolves
6.2.4, so this only tightens the metadata).
---
Drafted-by: Claude Code Fable 5 (no human review before posting)
##########
shared/logging/pyproject.toml:
##########
@@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"msgspec>=0.19.0",
"pygtrie>=2.5.0",
- "structlog>=25.4.0",
+ "structlog>=26.1.0",
Review Comment:
Done in 736d432526: removed the `WRITE_LOCKS` monkeypatch from
`configure_logging` (plus the now-unused `weakref` import) and the
`_BYTES_LOGGER_HAS_NAME` fallback, so `NamedBytesLogger` passes `name` straight
through. Kept `_WRITE_LOGGER_HAS_NAME` since 26.1.0 `WriteLogger` still has no
`name` slot.
---
Drafted-by: Claude Code Fable 5 (no human review before posting)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]