mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
Some of the field validator methods for device config used `values` as a dictionary (presumably from an old version of pydantic). This is now passed as a `ValidationInfo` object by pydantic, which caused issues when code attempted to access it. The affected methods have been updated to fix the issue. Fix #311 Signed-off-by: Mattie Nickson <mnickson@sidingsmedia.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cache.py | ||
| credential.py | ||
| devices.py | ||
| docs.py | ||
| http_client.py | ||
| logging.py | ||
| messages.py | ||
| opengraph.py | ||
| params.py | ||
| proxy.py | ||
| structured.py | ||
| web.py | ||