vc-authn-oidc icon indicating copy to clipboard operation
vc-authn-oidc copied to clipboard

Pydanctic .dict() depcrecation warnings

Open loneil opened this issue 1 year ago • 0 comments

Places using the Pydantic models and .dict() show a warning

image

Can(?) I think just replace like:

response = client.create_presentation_request(ver_config.generate_proof_request())
pres_exch_dict = response.model_dump()

loneil avatar Jun 12 '24 22:06 loneil