kaxil commented on code in PR #68168:
URL: https://github.com/apache/airflow/pull/68168#discussion_r3683426090


##########
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:
   This landed on main earlier today as #70694, which bumps the same eight 
distributions to `structlog>=26.1.0` and removes the same `WRITE_LOCKS` 
monkeypatch from `configure_logging` along with the `import weakref`. Against 
main at 724aaade2f the remaining delta here is zero, so I think this can be 
closed. #70694 went a bit further and also raised `croniter` to 6.2.2 and 
dropped the `_BYTES_LOGGER_HAS_NAME` fallback that goes dead at the new 
structlog floor.
   
   Apologies this sat for seven weeks after three approvals -- you spotted the 
fix first.



-- 
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]

Reply via email to