Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow/providers/edge/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ versions:

dependencies:
- apache-airflow>=2.10.0
- pydantic>=2.3.0
- pydantic>=2.6.4

config:
edge:
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"edge": {
"deps": [
"apache-airflow>=2.10.0",
"pydantic>=2.3.0"
"pydantic>=2.6.4"
],
"devel-deps": [],
"plugins": [],
Expand Down
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
'pendulum>=3.0.0,<4.0;python_version>="3.12"',
"pluggy>=1.5.0",
"psutil>=5.8.0",
"pydantic>=2.6.0",
"pydantic>=2.6.4",
"pygments>=2.0.1",
"pyjwt>=2.0.0",
"python-daemon>=3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion newsfragments/41857.significant.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
**Breaking Change**

Airflow core now depends on ``pydantic>=2.3.0``. If you have Pydantic v1 installed, please upgrade.
Airflow core now depends on Pydantic v2. If you have Pydantic v1 installed, please upgrade.