Skip to content

Commit

Permalink
Upper bound pendulum requirement to <3.0 (#35336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis committed Nov 1, 2023
1 parent 0a4ed7d commit 4903b11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ install_requires =
opentelemetry-exporter-otlp
packaging>=14.0
pathspec>=0.9.0
pendulum>=2.0
# When (if) pendulum 3 released it would introduce changes in module/objects imports,
# since we are tightly coupled with pendulum library internally it will breaks Airflow functionality.
pendulum>=2.0,<3.0
pluggy>=1.0
psutil>=4.2.0
# We should bump it to at least pydantic>=2.3.0 when we prepare Airflow 2.8.0 release
Expand Down

0 comments on commit 4903b11

Please sign in to comment.