We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GenerateJsonSchema
1 parent 47691c8 commit 7608bf6Copy full SHA for 7608bf6
1 file changed
lib/galaxy/webapps/openapi/utils.py
@@ -11,7 +11,6 @@
11
12
from fastapi import routing
13
from fastapi._compat import (
14
- GenerateJsonSchema,
15
get_compat_model_name_map,
16
get_definitions,
17
)
@@ -22,6 +21,7 @@
22
21
get_fields_from_routes,
23
get_openapi_path,
24
+from pydantic.json_schema import GenerateJsonSchema
25
from starlette.routing import BaseRoute
26
27
0 commit comments