Skip to content

Commit

Permalink
chore(deps): update python-nonmajor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 3, 2024
1 parent 6abf465 commit a349a61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test = [
"pytest>=7.4.4",
"black[jupyter]==23.12.1",
"isort==5.13.2",
"mypy==1.9.0",
"mypy==1.10.1",
]

[build-system]
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
langchain==0.1.16
langchain==0.2.6
langchain-community==0.0.34
langchain-core==0.1.45
mypy==1.9.0
oracledb==2.1.2
sqlalchemy==2.0.29
langchain-core==0.2.11
mypy==1.10.1
oracledb==2.2.1
sqlalchemy==2.0.31

0 comments on commit a349a61

Please sign in to comment.