This is an automated email from the ASF dual-hosted git repository.
ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 535feabe468 Affixing a new lower bound for structlog (25.2.0) (#47676)
535feabe468 is described below
commit 535feabe46831d982dcf30a61a23997094956c32
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Mar 12 20:53:49 2025 +0530
Affixing a new lower bound for structlog (25.2.0) (#47676)
---
task-sdk/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/task-sdk/pyproject.toml b/task-sdk/pyproject.toml
index 3bf5359c049..79129f95e49 100644
--- a/task-sdk/pyproject.toml
+++ b/task-sdk/pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
'pendulum>=3.0.0,<4.0;python_version>="3.12"',
"python-dateutil>=2.7.0",
"psutil>=6.1.0",
- "structlog>=24.4.0",
+ "structlog>=25.2.0",
"retryhttp>=1.2.0,!=1.3.0",
]
classifiers = [