Skip to content

Commit 5a12c8c

Browse files
Add websockets to control server requirements. (#1438)
1 parent 8708157 commit 5a12c8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "truss"
3-
version = "0.9.67"
3+
version = "0.9.67rc001"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

truss/templates/control/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ tenacity==8.1.0
77
httpx==0.27.0
88
python-json-logger==2.0.2
99
loguru==0.7.2
10+
websockets<=14.0

0 commit comments

Comments
 (0)