vc-authn-oidc
vc-authn-oidc copied to clipboard
Pydanctic .dict() depcrecation warnings
Places using the Pydantic models and .dict() show a warning
Can(?) I think just replace like:
response = client.create_presentation_request(ver_config.generate_proof_request())
pres_exch_dict = response.model_dump()