Skip to content

Commit

Permalink
Introduce websocket passthrough for truss server (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnarayen authored Feb 11, 2025
1 parent 73354d7 commit 1159974
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 30 deletions.
120 changes: 98 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truss"
version = "0.9.60rc006"
version = "0.9.61rc001"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down Expand Up @@ -169,6 +169,7 @@ opentelemetry-sdk = ">=1.25.0"
truss_transfer="0.0.1"
uvicorn = ">=0.24.0"
uvloop = ">=0.17.0"
websockets = "<=14.0"


[build-system]
Expand Down
Loading

0 comments on commit 1159974

Please sign in to comment.