uranusjr commented on code in PR #32366:
URL: https://github.com/apache/airflow/pull/32366#discussion_r1255247622
##########
Dockerfile:
##########
@@ -385,7 +385,8 @@ function install_airflow_dependencies_from_branch_tip() {
pip install --root-user-action ignore \
${ADDITIONAL_PIP_INSTALL_FLAGS} \
"https://github.com/${AIRFLOW_REPO}/archive/${AIRFLOW_BRANCH}.tar.gz#egg=apache-airflow[${AIRFLOW_EXTRAS}]"
\
- --constraint "${AIRFLOW_CONSTRAINTS_LOCATION}" || true
+ --constraint "${AIRFLOW_CONSTRAINTS_LOCATION}" \
+ || pip install 'pydantic>=2' || true
Review Comment:
It would resolve it to 1.18 because (a dependency of) Moto pins it to
`pydantic~=1.18`
--
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]