Skip to content

Commit fe3c0a2

Browse files
committed
updated lib deps to latest
1 parent da43bae commit fe3c0a2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ authors = ["Andrew Han <handrew11@gmail.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
click = "^8.1.3"
9+
click = "^8.1.7"
1010
python = "^3.10"
11-
openai = "^1.13.3"
12-
selenium = "^4.8.2"
13-
tqdm = "^4.66.1"
11+
openai = "^1.55.0"
12+
selenium = "^4.26.1"
13+
tqdm = "^4.67.0"
1414
beautifulsoup4 = "^4.12.3"
15-
pyyaml = "^6.0"
16-
langchain = "^0.1.11"
17-
llama-index = "^0.10.16"
18-
langchain_openai = "^0.1.1"
15+
pyyaml = "^6.0.2"
16+
langchain = "^0.1.20"
17+
llama-index = "^0.10.68"
18+
langchain_openai = "^0.1.7"
1919

2020

2121
[build-system]

0 commit comments

Comments
 (0)