Skip to content

Commit

Permalink
Upper bound pendulum requirement to <3.0 (#35336)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4903b11)
  • Loading branch information
Taragolis authored and ephraimbuddy committed Nov 1, 2023
1 parent b9af4ef commit c933cb8
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 @@ -133,7 +133,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 c933cb8

Please sign in to comment.