mirror of
https://github.com/rsaryev/talk-codebase
synced 2024-10-31 21:20:31 +00:00
Merge branch 'main' into dependabot/pip/langchain-0.0.325
This commit is contained in:
commit
f03f52827b
12
poetry.lock
generated
12
poetry.lock
generated
@ -2719,18 +2719,18 @@ wikipedia = ["wikipedia"]
|
||||
|
||||
[[package]]
|
||||
name = "urllib3"
|
||||
version = "1.26.6"
|
||||
version = "1.26.18"
|
||||
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
||||
files = [
|
||||
{file = "urllib3-1.26.6-py2.py3-none-any.whl", hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4"},
|
||||
{file = "urllib3-1.26.6.tar.gz", hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f"},
|
||||
{file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"},
|
||||
{file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
brotli = ["brotlipy (>=0.6.0)"]
|
||||
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"]
|
||||
brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"]
|
||||
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"]
|
||||
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
|
||||
[[package]]
|
||||
|
@ -14,7 +14,7 @@ openai = "^0.27.7"
|
||||
tiktoken = "^0.4.0"
|
||||
faiss-cpu = "^1.7.4"
|
||||
halo = "^0.0.31"
|
||||
urllib3 = "1.26.6"
|
||||
urllib3 = "1.26.18"
|
||||
gitpython = "^3.1.31"
|
||||
questionary = "^1.10.0"
|
||||
sentence-transformers = "^2.2.2"
|
||||
|
@ -14,7 +14,7 @@ fire==0.5.0
|
||||
frozenlist==1.3.3
|
||||
fsspec==2023.5.0
|
||||
gitdb==4.0.10
|
||||
GitPython==3.1.35
|
||||
GitPython==3.1.37
|
||||
gpt4all==0.2.3
|
||||
halo==0.0.31
|
||||
huggingface-hub==0.14.1
|
||||
@ -36,7 +36,7 @@ numpy==1.24.3
|
||||
openai==0.27.7
|
||||
openapi-schema-pydantic==1.2.4
|
||||
packaging==23.1
|
||||
Pillow==9.5.0
|
||||
Pillow==10.0.1
|
||||
prompt-toolkit==3.0.38
|
||||
pydantic==1.10.8
|
||||
PyYAML==6.0
|
||||
|
Loading…
Reference in New Issue
Block a user