We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ff67da + 7b3b6d2 commit b8408f3Copy full SHA for b8408f3
requirements.txt
@@ -1,20 +1,20 @@
1
# dev and test
2
# ------------
3
-pytest==8.3.3
+pytest==8.3.4
4
pytest_mock==3.14.0
5
6
# Code linters, formatters, and security scanners
7
8
black==24.10.0
9
flake8==7.1.1
10
flake8-coding==1.3.2
11
-pre-commit==3.8.0
+pre-commit==4.0.1
12
isort==5.13.2
13
mypy==1.11.2
14
-pylint==3.2.6
+pylint==3.3.2
15
bandit==1.7.10
16
pydocstringformatter==0.7.3
17
-tox==4.18.0
+tox==4.23.2
18
codespell==2.3.0
19
20
# production
@@ -30,7 +30,7 @@ langchain-experimental
30
pinecone-client==5.0.1
31
pinecone-text==0.9.0
32
pydantic==2.8.2
33
-pydantic-settings==2.4.0
+pydantic-settings==2.6.1
34
python-dotenv==1.0.1
35
pypdf==4.3.1
36
tiktoken==0.8.0
0 commit comments