PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.32k stars 1.5k forks source link

Relax Pydantic Pin #14319

Open aaazzam opened 6 days ago

aaazzam commented 6 days ago

First check

Prefect Version

3.x

Describe the current behavior

Prefect currently pins to Pydantic >=2.7 to take advantage of its SecretClass implementation. A community member has shown that Pydantic > 2.4 breaks their current stack, so the minor patches may not be as free as originally thought.

Describe the proposed behavior

relax the pin

Example Use

No response

Additional context

No response