We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4bb07 commit ceb3ef3Copy full SHA for ceb3ef3
pyproject.toml
@@ -53,7 +53,10 @@ dependencies = [
53
54
# Core application dependencies, pinned for reproducible builds.
55
"fastapi-events",
56
- "fastapi",
+ # FastAPI 0.119.0 breaks OpenAPI schema generation for the AnyInvocation class. It's not clear if this is an Invoke,
57
+ # FastAPI or pydantic bug. Probably Invoke's, because we are doing something unusual with AnyInvocation. 0.118.3 is
58
+ # the last known-good version.
59
+ "fastapi== 0.118.3",
60
"huggingface-hub",
61
"pydantic-settings",
62
"pydantic",
0 commit comments