You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in Python 3.14, importing pydantic.v1 produces a warning
message. The code was porting it specifically for a Python 3.9
compatibility issue, so this change is to only do that import in Python
3.9 and for 3.10+ only use the newer pydantic.
Added Python versions 3.13 and 3.14 to the github action test matrix
Signed-off-by: Mark <399551+mwiebe@users.noreply.github.com>
0 commit comments