pierrejeambrun commented on code in PR #64121:
URL: https://github.com/apache/airflow/pull/64121#discussion_r2980498762
##########
airflow-core/pyproject.toml:
##########
@@ -98,7 +98,7 @@ dependencies = [
"uvicorn>=0.37.0",
# Starlette 1.0.0 breaks the API server. Needs more investigation
# https://github.com/apache/airflow/issues/64116
Review Comment:
We need to remove the comment too.
##########
airflow-core/pyproject.toml:
##########
@@ -98,7 +98,7 @@ dependencies = [
"uvicorn>=0.37.0",
# Starlette 1.0.0 breaks the API server. Needs more investigation
# https://github.com/apache/airflow/issues/64116
- "starlette>=0.45.0,<1",
+ "starlette>=1.0.0",
Review Comment:
Is there a way to make it compatible with `>=0.45.0` and not force an
upgrade to `>= 1.0.0` ?
--
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]