Skip to content

Commit b5080f4

Browse files
bugraoz93potiuk
authored andcommitted
[v3-1-test] Amend time-machine update in unit tests (#58454)
* 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]>
1 parent bc2c300 commit b5080f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devel-common/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies = [
3838
"ruff==0.14.5",
3939
"semver>=3.0.2",
4040
"typer-slim>=0.15.1",
41-
"time-machine>=2.15.0",
41+
# limited due to changes needed https://github.com/apache/airflow/issues/58470
42+
"time-machine>=2.19.0, <3.0.0",
4243
"wheel>=0.42.0",
4344
"yamllint>=1.33.0",
4445
"python-on-whales>=0.70.0",

0 commit comments

Comments
 (0)