Skip to content

Commit

Permalink
Merge pull request #20 from mraniki/renovate/langchain-0.x
Browse files Browse the repository at this point in the history
Update dependency langchain to v0.0.253
  • Loading branch information
mraniki authored Aug 7, 2023
2 parents 0ffd5e9 + abb48ab commit 71d8867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ g4f==0.0.1.3 ; python_version >= "3.10" and python_version < "4.0"
greenlet==2.0.2 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine == "win32" or platform_machine == "WIN32" or platform_machine == "AMD64" or platform_machine == "amd64" or platform_machine == "x86_64" or platform_machine == "ppc64le" or platform_machine == "aarch64")
idna==3.4 ; python_version >= "3.10" and python_version < "4.0"
jeepney==0.8.0 ; python_version >= "3.10" and (sys_platform == "bsd" or sys_platform == "linux") and python_version < "4.0"
langchain==0.0.252 ; python_version >= "3.10" and python_version < "4.0"
langchain==0.0.253 ; python_version >= "3.10" and python_version < "4.0"
langsmith==0.0.19 ; python_version >= "3.10" and python_version < "4.0"
loguru==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
lz4==4.3.2 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python = "^3.10"
dynaconf = "^3.1.12"
loguru = "^0.7.0"
g4f = "^0.0.1"
langchain = "^0.0.252"
langchain = "^0.0.253"
# libre-chat = "^0.0.4"
# huggingface_hub = "^v0.16.4"
# google-search-results = "^2.4.2"
Expand Down

0 comments on commit 71d8867

Please sign in to comment.