Skip to content

Commit

Permalink
Fix pydantic >=2.5 module not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Nov 14, 2023
1 parent 95dafc9 commit bec54a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smee/mm/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __get_pydantic_json_schema__(
cls,
_core_schema: pydantic_core.core_schema.CoreSchema,
handler: pydantic.GetJsonSchemaHandler,
) -> pydantic.json_schema.JsonSchemaValue:
) -> "pydantic.json_schema.JsonSchemaValue":
return handler(pydantic_core.core_schema.str_schema())


Expand Down

0 comments on commit bec54a8

Please sign in to comment.