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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 5610f6255d8 [v3-1-test] Amend time-machine update in unit tests 
(#58454) (#58486)
5610f6255d8 is described below

commit 5610f6255d8f80cdd756a9d999fee78eb00103d6
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Nov 19 15:46:22 2025 +0530

    [v3-1-test] Amend time-machine update in unit tests (#58454) (#58486)
    
    * add version cap to time-machine
    
    * Apply suggestion from @potiuk
    
    ---------
    (cherry picked from commit fd3c5ce)
    
    Co-authored-by: Bugra Ozturk <[email protected]>
    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 ee257c17a7d..18bf68d0b53 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