Skip to content

Commit

Permalink
build(setup.cfg): pin pydanctic to lower than 2.0.0 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W authored Jul 3, 2023
1 parent d9b329d commit 4936172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ 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 4936172

Please sign in to comment.