jedcunningham commented on a change in pull request #21478:
URL: https://github.com/apache/airflow/pull/21478#discussion_r806143627



##########
File path: Dockerfile.ci
##########
@@ -26,7 +26,7 @@ ARG PYTHON_BASE_IMAGE
 ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow";
 
 # By increasing this number we can do force build of all dependencies
-ARG DEPENDENCIES_EPOCH_NUMBER="6"
+ARG DEPENDENCIES_EPOCH_NUMBER="7"

Review comment:
       I just realized this only needs to be bumped when _removing_ 
dependencies. Fix incoming.

##########
File path: setup.cfg
##########
@@ -96,6 +96,7 @@ install_requires =
     flask-appbuilder~=3.4, <4.0.0
     flask-caching>=1.5.0, <2.0.0
     flask-login>=0.3, <0.5
+    flask-session>=0.3.2

Review comment:
       Pretty much same difference, but I set the upper bound at the latest 
release instead of pinning to just the latest version.
   
   (oh, and fixed the lower bound that I messed up originally 🙃)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to