Ankit
07/05/2023, 3:56 PMImportError: cannot import name 'SecretField' from 'pydantic' (/usr/local/lib/python3.8/dist-packages/pydantic/__init__.py)
Christopher Boyd
07/05/2023, 4:57 PMChristopher Boyd
07/05/2023, 4:57 PMNikhil Jain
07/05/2023, 8:39 PMChristopher Boyd
07/05/2023, 8:41 PMNikhil Jain
07/05/2023, 8:42 PMprefect==2.8.0
For the prefect-agent (running in AWS) we are using the latest image.Christopher Boyd
07/05/2023, 8:46 PMChristopher Boyd
07/05/2023, 8:48 PMv1.10.0 - 2022-08-30 - Adds the SecretField abstract class so that all the current and future secret fields like SecretStr and SecretBytes will derive from it, #3409 by @expobrain
Nate
07/06/2023, 8:22 PMpydantic<2.0
would be a temporary fix - i would anticipate prefect breaking if it tried to use v2, but we have an upper boundNate
07/06/2023, 8:23 PMAnkit
07/07/2023, 11:44 AMAnkit
07/07/2023, 11:45 AMTom Klein
07/10/2023, 7:18 AM