We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da43bae commit fe3c0a2Copy full SHA for fe3c0a2
1 file changed
pyproject.toml
@@ -6,16 +6,16 @@ authors = ["Andrew Han <handrew11@gmail.com>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
-click = "^8.1.3"
+click = "^8.1.7"
10
python = "^3.10"
11
-openai = "^1.13.3"
12
-selenium = "^4.8.2"
13
-tqdm = "^4.66.1"
+openai = "^1.55.0"
+selenium = "^4.26.1"
+tqdm = "^4.67.0"
14
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"
+pyyaml = "^6.0.2"
+langchain = "^0.1.20"
+llama-index = "^0.10.68"
+langchain_openai = "^0.1.7"
19
20
21
[build-system]
0 commit comments