bcgov / vc-authn-oidc

Apache License 2.0
119 stars 69 forks source link

Pydanctic .dict() depcrecation warnings #544

Open loneil opened 1 month ago

loneil commented 1 month ago

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()