Mdean77 commited on
Commit
3b8af6a
·
verified ·
1 Parent(s): 4d45ff9

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -1
pyproject.toml CHANGED
@@ -8,5 +8,6 @@ dependencies = [
8
  "chainlit>=1.3.2",
9
  "numpy>=1.26.4",
10
  "openai>=1.58.1",
11
- "pydantic==2.10.1"
 
12
  ]
 
8
  "chainlit>=1.3.2",
9
  "numpy>=1.26.4",
10
  "openai>=1.58.1",
11
+ "pydantic==2.10.1",
12
+ "websockets"
13
  ]