PrefectHQ / prefect-airbyte

https://PrefectHQ.github.io/prefect-airbyte/
Apache License 2.0
40 stars 6 forks source link

'Update the pin on `prefect` version' #62

Closed urimandujano closed 12 months ago

urimandujano commented 1 year ago

As part of our work adding support for Pydantic 2, we removed its pin in prefect's requirements.txt. This means that it's possible to have prefect, pydantic>=2, and any version of this collection installed. But, the collection(s) only support pydantic>=2 in their latest versions. This PR adds a pin on the collection's requirements.txt to make sure that it is only installed with the correct version prefect that supports pydantic>=2