potiuk opened a new pull request, #66676:
URL: https://github.com/apache/airflow/pull/66676

   Backport of #64300 to `v3-2-test`.
   
   Starlette 1.0.0 removed the deprecated `TemplateResponse(name, context)` 
signature where `request` was passed inside the context dict. This backport 
updates both call sites to use the new signature `TemplateResponse(request, 
name, context)` and removes the temporary `starlette<1` upper bound added in 
#64115.
   
   Without this, dependabot's #66541 cannot raise the `starlette` cap on 
`v3-2-test` (I had to keep `<1` there until this backport lands).
   
   closes #64116 on `v3-2-test`
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Opus 4.7 (1M context)
   
   Generated-by: Claude Opus 4.7 (1M context) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
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