Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 1, 2024
2 parents 3ff67da + 7b3b6d2 commit b8408f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# dev and test
# ------------
pytest==8.3.3
pytest==8.3.4
pytest_mock==3.14.0

# Code linters, formatters, and security scanners
# ------------
black==24.10.0
flake8==7.1.1
flake8-coding==1.3.2
pre-commit==3.8.0
pre-commit==4.0.1
isort==5.13.2
mypy==1.11.2
pylint==3.2.6
pylint==3.3.2
bandit==1.7.10
pydocstringformatter==0.7.3
tox==4.18.0
tox==4.23.2
codespell==2.3.0

# production
Expand All @@ -30,7 +30,7 @@ langchain-experimental
pinecone-client==5.0.1
pinecone-text==0.9.0
pydantic==2.8.2
pydantic-settings==2.4.0
pydantic-settings==2.6.1
python-dotenv==1.0.1
pypdf==4.3.1
tiktoken==0.8.0

0 comments on commit b8408f3

Please sign in to comment.