File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ pytest_mock==3.14.0
5
5
6
6
# Code linters, formatters, and security scanners
7
7
# ------------
8
- black == 24.8 .0
8
+ black == 24.10 .0
9
9
flake8 == 7.1.1
10
10
flake8-coding == 1.3.2
11
11
pre-commit == 3.8.0
12
12
isort == 5.13.2
13
13
mypy == 1.11.2
14
14
pylint == 3.2.6
15
- bandit == 1.7.9
15
+ bandit == 1.7.10
16
16
pydocstringformatter == 0.7.3
17
17
tox == 4.18.0
18
18
codespell == 2.3.0
@@ -21,16 +21,16 @@ codespell==2.3.0
21
21
# ------------
22
22
python-decouple == 3.8
23
23
langchainhub == 0.1.21
24
- langchain-openai == 0.1.23
24
+ langchain-openai == 0.2.5
25
25
langchain-experimental
26
26
openai >= 1.40.0
27
27
langchain == 0.2.11
28
28
langchain-pinecone == 0.2.0
29
29
langchain-experimental
30
- pinecone-client == 5.0.0
30
+ pinecone-client == 5.0.1
31
31
pinecone-text == 0.9.0
32
32
pydantic == 2.8.2
33
33
pydantic-settings == 2.4.0
34
34
python-dotenv == 1.0.1
35
35
pypdf == 4.3.1
36
- tiktoken == 0.7 .0
36
+ tiktoken == 0.8 .0
You can’t perform that action at this time.
0 commit comments