Skip to content

Commit 197d2bc

Browse files
szymondudyczManul from Pathway
authored andcommitted
Fix vulnerabilities found by dependabot (#8488)
GitOrigin-RevId: 6715fcf9dc89a4a8a267a517b6bebd72f4a867e3
1 parent 6f9c89d commit 197d2bc

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pyproject.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,6 @@ classifiers = [
3232
[tool.poetry.dependencies]
3333
python = ">=3.10,<3.13"
3434
pathway = "^0.12.0"
35-
openai = "^1.2.4"
36-
requests = "^2.31.0"
37-
diskcache = "^5.6.1"
38-
streamlit = "^1.26.0"
39-
sentence-transformers = { version = "^2.2.2", optional = true }
40-
torch = { version = "~2.2.1", optional = true }
41-
unstructured = { extras = ["all-docs"], version = "^0.11.8", optional = true }
42-
tiktoken = { version = "^0.6.0", optional = true }
43-
psycopg = { version = "^3.1.12", optional = true }
44-
litellm = "^1.18.0"
45-
transformers = { version = "^4.39.0", optional = true }
46-
47-
48-
[tool.poetry.extras]
49-
local = ["torch", "sentence-transformers", "transformers"]
50-
unstructured = ["unstructured", "tiktoken"]
51-
unstructured_to_sql = ["tiktoken", "psycopg", "unstructured"]
52-
53-
[tool.poetry.group.examples]
54-
optional = true
55-
56-
[tool.poetry.group.examples.dependencies]
57-
click = "^8.1.6"
58-
python-dotenv = "^1.0.0"
5935

6036
[tool.poetry.group.linters]
6137
optional = true

0 commit comments

Comments
 (0)