Skip to content

Commit

Permalink
Include websockets in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Oct 7, 2024
1 parent 05e2b02 commit c11c74d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ search:
- [ConsoleUI](api/fastagency/ui/console/base/ConsoleUI.md)
- fastapi
- [FastAPIProvider](api/fastagency/ui/fastapi/FastAPIProvider.md)
- [FastAPIWorkflows](api/fastagency/ui/fastapi/FastAPIWorkflows.md)
- base
- [FastAPIProvider](api/fastagency/ui/fastapi/base/FastAPIProvider.md)
- [FastAPIWorkflows](api/fastagency/ui/fastapi/base/FastAPIWorkflows.md)
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/en/api/fastagency/ui/fastapi/FastAPIWorkflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# 0.5 - API
# 2 - Release
# 3 - Contributing
# 5 - Template Page
# 10 - Default
search:
boost: 0.5
---

::: fastagency.ui.fastapi.FastAPIWorkflows
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ openapi = [
nats = [
"faststream[nats]>=0.5.10,<0.6",
"asyncer==0.0.8",
"websockets>=13,<14",
]

submodules = [
Expand Down

0 comments on commit c11c74d

Please sign in to comment.