Skip to content

Commit

Permalink
Remove upper limit to Pydantic (#772)
Browse files Browse the repository at this point in the history
[Airflow's upgraded to Pydantic 2.0
(!!)](apache/airflow#35551), so this removes the
restriction on Cosmos to ensure it's compatible.
  • Loading branch information
jlaneve authored Jan 3, 2024
1 parent 7cfe715 commit fd729ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ kubernetes = [
"apache-airflow-providers-cncf-kubernetes>=5.1.1",
]
pydantic = [
"pydantic>=1.10.0,<2.0.0",
"pydantic>=1.10.0",
]

[project.entry-points.cosmos]
Expand Down

0 comments on commit fd729ff

Please sign in to comment.