This is an automated email from the ASF dual-hosted git repository.

potiuk 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 fd3c5ce45ff Amend time-machine update in unit tests (#58454)
fd3c5ce45ff is described below

commit fd3c5ce45ff9714398ee52453a88457ba10fb63d
Author: Bugra Ozturk <[email protected]>
AuthorDate: Wed Nov 19 02:12:04 2025 +0100

    Amend time-machine update in unit tests (#58454)
    
    * add version cap to time-machine
    
    * Apply suggestion from @potiuk
    
    ---------
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 devel-common/pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index ad1c8cf3712..17dd9e0fa96 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -38,7 +38,8 @@ dependencies = [
     "ruff==0.14.5",
     "semver>=3.0.2",
     "typer-slim>=0.15.1",
-    "time-machine>=2.15.0",
+    # limited due to changes needed 
https://github.com/apache/airflow/issues/58470
+    "time-machine>=2.19.0, <3.0.0",
     "wheel>=0.42.0",
     "yamllint>=1.33.0",
     "python-on-whales>=0.70.0",

Reply via email to