diff --git a/setup.cfg b/setup.cfg index 40c5a097e..5d9f8f19b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,10 +40,6 @@ install_requires = asgiref typing_extensions; python_version < "3.8" markupsafe>=1.1.1 - # Limit Pydantic to <2.0.0 because it breaks Kubernetes tests and building providers - # This limit should be removed after Pydantic 2 incompatibility resolved and - # https://github.com/apache/airflow/issues/32311 - pydantic>=1.10.0,<2.0.0 zip_safe = false [options.extras_require]