Hi All, I'm trying to fix this issue in this prefe...
# prefect-kubernetes
m
Hi All, I'm trying to fix this issue in this prefect integration which is depended on prefect-kubernetes. https://github.com/tardunge/prefect-spark-on-k8s-operator/issues/8 I've upgraded the prefect to 2.19.4 and prefect-kubernetes to 0.3.x the tests seem to run fine. I think there is some version compatibility issue here.. some versions are encountering this issue. Any idea when prefect has upgraded to pydantic 2.x?
Also, is there anything i need to follow here to migrate from pydantic 1.x types to 2.x?
I can see it breaking now when i installed pydantic 2.x prefect/utilities/dispatch.py L:100 in _register_subclass_of_base_type and block/core.py are causing this.