@marvinHi All, we are using prefect version 2.14.20 and we had pydantic library installed version "1.10.9" but when we are installing pyiceberg pydantic version is being upgraded to "2.7.0" and now when we run any flow we are getting below error can anyone help here
RuntimeError: no validator found for <class 'pydantic.types.SecretStr'>, see
arbitrary_types_allowed
in Config
we are managing our dependencies using pypoetry.toml