Skip to content

Commit

Permalink
Remove Pydantic restriction (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Jul 11, 2023
1 parent 3fb52f7 commit 48e540d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 48e540d

Please sign in to comment.