potiuk commented on code in PR #47266:
URL: https://github.com/apache/airflow/pull/47266#discussion_r1976554211
##########
hatch_build.py:
##########
@@ -370,8 +370,7 @@
# Required for python 3.9 to work with new annotations styles. Check
package
# description on PyPI for more details:
https://pypi.org/project/eval-type-backport/
'eval-type-backport>=0.2.0;python_version<"3.10"',
- # temporarily pinning fastapi after the recent release started breaking
tests
- "fastapi[standard]>=0.112.2,!=0.115.10",
Review Comment:
I do not think we should do it. They have not yanked 0.115.10 and that
exclusion is actually correct - we will still get 0.115.11 and we will skip
0.115.10 - which for us is broken.
--
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]