This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3cec81b0fe1 Add comment for cadwyn PR allowing us to remove the limit
(#61941)
3cec81b0fe1 is described below
commit 3cec81b0fe1c6900ea9f43eebabf0c01888544ee
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Feb 15 13:07:57 2026 +0100
Add comment for cadwyn PR allowing us to remove the limit (#61941)
---
airflow-core/pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 3638c47aaa3..07f735cd285 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -90,6 +90,7 @@ dependencies = [
"cryptography>=41.0.0,<46.0.0",
"deprecated>=1.2.13",
"dill>=0.2.2",
+ # Waits for https://github.com/zmievsa/cadwyn/pull/327
"fastapi[standard-no-fastapi-cloud-cli]>=0.128.1,<0.128.4",
"uvicorn>=0.37.0",
"starlette>=0.45.0",