Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Index
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
Llama Index
Commits
cca69e1a
Unverified
Commit
cca69e1a
authored
1 year ago
by
James Braza
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Restoring `requests` dependency and loosening `urllib` dependency (#9108)
parent
09ec97cd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
poetry.lock
+39
-39
39 additions, 39 deletions
poetry.lock
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
47 additions
and
41 deletions
CHANGELOG.md
+
6
−
0
View file @
cca69e1a
# ChangeLog
# ChangeLog
## Unreleased
### New Features
-
Enforcing
`requests>=2.31`
for security, while unpinning
`urllib3`
(#9108)
## [0.9.6] - 2023-11-22
## [0.9.6] - 2023-11-22
### New Features
### New Features
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
39
−
39
View file @
cca69e1a
...
@@ -1245,13 +1245,13 @@ torch = ["torch"]
...
@@ -1245,13 +1245,13 @@ torch = ["torch"]
[[package]]
[[package]]
name = "exceptiongroup"
name = "exceptiongroup"
version = "1.
1.3
"
version = "1.
2.0
"
description = "Backport of PEP 654 (exception groups)"
description = "Backport of PEP 654 (exception groups)"
optional = false
optional = false
python-versions = ">=3.7"
python-versions = ">=3.7"
files = [
files = [
{file = "exceptiongroup-1.
1.3
-py3-none-any.whl", hash = "sha256:
343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3
"},
{file = "exceptiongroup-1.
2.0
-py3-none-any.whl", hash = "sha256:
4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14
"},
{file = "exceptiongroup-1.
1.3
.tar.gz", hash = "sha256:
097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9
"},
{file = "exceptiongroup-1.
2.0
.tar.gz", hash = "sha256:
91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68
"},
]
]
[package.extras]
[package.extras]
...
@@ -1955,13 +1955,13 @@ files = [
...
@@ -1955,13 +1955,13 @@ files = [
[[package]]
[[package]]
name = "ipykernel"
name = "ipykernel"
version = "6.2
6
.0"
version = "6.2
7
.0"
description = "IPython Kernel for Jupyter"
description = "IPython Kernel for Jupyter"
optional = false
optional = false
python-versions = ">=3.8"
python-versions = ">=3.8"
files = [
files = [
{file = "ipykernel-6.2
6
.0-py3-none-any.whl", hash = "sha256:
3ba3dc97424b87b31bb46586b5167b3161b32d7820b9201a9e698c71e271602c
"},
{file = "ipykernel-6.2
7
.0-py3-none-any.whl", hash = "sha256:
4388caa3c2cba0a381e20d289545e88a8aef1fe57a884d4c018718ec8c23c121
"},
{file = "ipykernel-6.2
6
.0.tar.gz", hash = "sha256:
553856658eb8430bbe9653ea041a41bff63e9606fc4628873fc92a6cf3abd404
"},
{file = "ipykernel-6.2
7
.0.tar.gz", hash = "sha256:
7f4986f606581be73bfb32dc7a1ac9fa0e804c9be50ddf1c7a119413e982693f
"},
]
]
[package.dependencies]
[package.dependencies]
...
@@ -2514,13 +2514,13 @@ files = [
...
@@ -2514,13 +2514,13 @@ files = [
[[package]]
[[package]]
name = "langchain"
name = "langchain"
version = "0.0.3
39
"
version = "0.0.3
40
"
description = "Building applications with LLMs through composability"
description = "Building applications with LLMs through composability"
optional = true
optional = true
python-versions = ">=3.8.1,<4.0"
python-versions = ">=3.8.1,<4.0"
files = [
files = [
{file = "langchain-0.0.3
39
-py3-none-any.whl", hash = "sha256:f
ec250074a6fbb3711a51423d830006d69f34aedb67604df39c642be80852cb
b"},
{file = "langchain-0.0.3
40
-py3-none-any.whl", hash = "sha256:f
80f40b52ef82424e38e894db8b8048b6505da100679e72613316f8d8b0243f
b"},
{file = "langchain-0.0.3
39
.tar.gz", hash = "sha256:
34eb4d7987d979663e361da435479c6f0648a170dae3eb1e9f0f7417f033a2c1
"},
{file = "langchain-0.0.3
40
.tar.gz", hash = "sha256:
1a6bd2511bbb81e42d2a3d7291ee03de180accab851181ee9fdbb7fbaef6c57c
"},
]
]
[package.dependencies]
[package.dependencies]
...
@@ -3711,13 +3711,13 @@ sympy = "*"
...
@@ -3711,13 +3711,13 @@ sympy = "*"
[[package]]
[[package]]
name = "openai"
name = "openai"
version = "1.3.
3
"
version = "1.3.
5
"
description = "The official Python library for the openai API"
description = "The official Python library for the openai API"
optional = false
optional = false
python-versions = ">=3.7.1"
python-versions = ">=3.7.1"
files = [
files = [
{file = "openai-1.3.
3
-py3-none-any.whl", hash = "sha256:
b81001f04ec6ed4a3b795e6e037315f83b255656014b1ed3e57e637a12ed1da
e"},
{file = "openai-1.3.
5
-py3-none-any.whl", hash = "sha256:
9437458978fb502e61336c3082e02b09c49feebe0e8516a2b8fb4563e6e4af4
e"},
{file = "openai-1.3.
3
.tar.gz", hash = "sha256:
7917e363087107d9c9aa867be62fd80884ff7be553ec0a4836749fe6e6c02eca
"},
{file = "openai-1.3.
5
.tar.gz", hash = "sha256:
163e7ece4af76e961f58b75ea20a42b0d0c2a240c2f81b41a3d1c5962463cdf8
"},
]
]
[package.dependencies]
[package.dependencies]
...
@@ -3958,13 +3958,13 @@ files = [
...
@@ -3958,13 +3958,13 @@ files = [
[[package]]
[[package]]
name = "platformdirs"
name = "platformdirs"
version = "
3.11
.0"
version = "
4.0
.0"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
optional = false
optional = false
python-versions = ">=3.7"
python-versions = ">=3.7"
files = [
files = [
{file = "platformdirs-
3.11
.0-py3-none-any.whl", hash = "sha256:
e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e
"},
{file = "platformdirs-
4.0
.0-py3-none-any.whl", hash = "sha256:
118c954d7e949b35437270383a3f2531e99dd93cf7ce4dc8340d3356d30f173b
"},
{file = "platformdirs-
3.11
.0.tar.gz", hash = "sha256:c
f8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3
"},
{file = "platformdirs-
4.0
.0.tar.gz", hash = "sha256:c
b633b2bcf10c51af60beb0ab06d2f1d69064b43abf4c185ca6b28865f3f9731
"},
]
]
[package.extras]
[package.extras]
...
@@ -4303,13 +4303,13 @@ numpy = ">=1.16.6"
...
@@ -4303,13 +4303,13 @@ numpy = ">=1.16.6"
[[package]]
[[package]]
name = "pyarrow-hotfix"
name = "pyarrow-hotfix"
version = "0.
5
"
version = "0.
6
"
description = ""
description = ""
optional = true
optional = true
python-versions = ">=3.5"
python-versions = ">=3.5"
files = [
files = [
{file = "pyarrow_hotfix-0.
5
-py3-none-any.whl", hash = "sha256:
7e20a1195f2e0dd7b50dffb9f90699481acfce3176bfbfb53eded04f34c4f7c6
"},
{file = "pyarrow_hotfix-0.
6
-py3-none-any.whl", hash = "sha256:
dcc9ae2d220dff0083be6a9aa8e0cdee5182ad358d4931fce825c545e5c89178
"},
{file = "pyarrow_hotfix-0.
5
.tar.gz", hash = "sha256:
ba697c743d435545e99bfbd89818b284e4404c19119c0ed63380a92998c4d0b1
"},
{file = "pyarrow_hotfix-0.
6
.tar.gz", hash = "sha256:
79d3e030f7ff890d408a100ac16d6f00b14d44a502d7897cd9fc3e3a534e9945
"},
]
]
[[package]]
[[package]]
...
@@ -4402,13 +4402,13 @@ email = ["email-validator (>=1.0.3)"]
...
@@ -4402,13 +4402,13 @@ email = ["email-validator (>=1.0.3)"]
[[package]]
[[package]]
name = "pygments"
name = "pygments"
version = "2.17.
1
"
version = "2.17.
2
"
description = "Pygments is a syntax highlighting package written in Python."
description = "Pygments is a syntax highlighting package written in Python."
optional = false
optional = false
python-versions = ">=3.7"
python-versions = ">=3.7"
files = [
files = [
{file = "pygments-2.17.
1
-py3-none-any.whl", hash = "sha256:
1b37f1b1e1bff2af52ecaf28cc601e2ef7077000b227a0675da25aef85784bc4
"},
{file = "pygments-2.17.
2
-py3-none-any.whl", hash = "sha256:
b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c
"},
{file = "pygments-2.17.
1
.tar.gz", hash = "sha256:
e45a0e74bf9c530f564ca81b8952343be986a29f6afe7f5ad95c5f06b7bdf5e8
"},
{file = "pygments-2.17.
2
.tar.gz", hash = "sha256:
da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367
"},
]
]
[package.extras]
[package.extras]
...
@@ -5595,13 +5595,13 @@ files = [
...
@@ -5595,13 +5595,13 @@ files = [
[[package]]
[[package]]
name = "setuptools"
name = "setuptools"
version = "69.0.
0
"
version = "69.0.
2
"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
optional = false
python-versions = ">=3.8"
python-versions = ">=3.8"
files = [
files = [
{file = "setuptools-69.0.
0
-py3-none-any.whl", hash = "sha256:
eb03b43f23910c5fd0909cb677ad017cd9531f493d27f8b3f5316ff1fb07390e
"},
{file = "setuptools-69.0.
2
-py3-none-any.whl", hash = "sha256:
1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2
"},
{file = "setuptools-69.0.
0
.tar.gz", hash = "sha256:
4c65d4f7891e5b046e9146913b87098144de2ca2128fbc10135b8556a6ddd94
6"},
{file = "setuptools-69.0.
2
.tar.gz", hash = "sha256:
735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa
6"},
]
]
[package.extras]
[package.extras]
...
@@ -7061,19 +7061,19 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake
...
@@ -7061,19 +7061,19 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake
[[package]]
[[package]]
name = "urllib3"
name = "urllib3"
version = "
1.26.18
"
version = "
2.1.0
"
description = "HTTP library with thread-safe connection pooling, file post, and more."
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
optional = false
python-versions = ">=
2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
"
python-versions = ">=
3.8
"
files = [
files = [
{file = "urllib3-
1.26.18-py2.
py3-none-any.whl", hash = "sha256:
34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07
"},
{file = "urllib3-
2.1.0-
py3-none-any.whl", hash = "sha256:
55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3
"},
{file = "urllib3-
1.26.18
.tar.gz", hash = "sha256:
f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0
"},
{file = "urllib3-
2.1.0
.tar.gz", hash = "sha256:
df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54
"},
]
]
[package.extras]
[package.extras]
brotli = ["brotli
(==1.0.9)", "brotli
(>=1.0.9)", "brotlicffi (>=0.8.0)"
, "brotlipy (>=0.6.0)"
]
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"]
s
ecure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra
"]
s
ocks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)
"]
socks = ["PySocks (>=1.5.6,!=1.5.7,<2
.0)"]
zstd = ["zstandard (>=0.18
.0)"]
[[package]]
[[package]]
name = "vellum-ai"
name = "vellum-ai"
...
@@ -7092,19 +7092,19 @@ pydantic = ">=1.9.2,<2.0.0"
...
@@ -7092,19 +7092,19 @@ pydantic = ">=1.9.2,<2.0.0"
[[package]]
[[package]]
name = "virtualenv"
name = "virtualenv"
version = "20.24.
6
"
version = "20.24.
7
"
description = "Virtual Python Environment builder"
description = "Virtual Python Environment builder"
optional = false
optional = false
python-versions = ">=3.7"
python-versions = ">=3.7"
files = [
files = [
{file = "virtualenv-20.24.
6
-py3-none-any.whl", hash = "sha256:
520d056652454c5098a00c0f073611ccbea4c79089331f60bf9d7ba247bb7381
"},
{file = "virtualenv-20.24.
7
-py3-none-any.whl", hash = "sha256:
a18b3fd0314ca59a2e9f4b556819ed07183b3e9a3702ecfe213f593d44f7b3fd
"},
{file = "virtualenv-20.24.
6
.tar.gz", hash = "sha256:
02ece4f56fbf939dbbc33c0715159951d6bf14aaf5457b092e4548e1382455af
"},
{file = "virtualenv-20.24.
7
.tar.gz", hash = "sha256:
69050ffb42419c91f6c1284a7b24e0475d793447e35929b488bf6a0aade39353
"},
]
]
[package.dependencies]
[package.dependencies]
distlib = ">=0.3.7,<1"
distlib = ">=0.3.7,<1"
filelock = ">=3.12.2,<4"
filelock = ">=3.12.2,<4"
platformdirs = ">=3.9.1,<
4
"
platformdirs = ">=3.9.1,<
5
"
[package.extras]
[package.extras]
docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"]
docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"]
...
@@ -7126,13 +7126,13 @@ colorama = {version = ">=0.4.6", markers = "sys_platform == \"win32\" and python
...
@@ -7126,13 +7126,13 @@ colorama = {version = ">=0.4.6", markers = "sys_platform == \"win32\" and python
[[package]]
[[package]]
name = "wcwidth"
name = "wcwidth"
version = "0.2.1
0
"
version = "0.2.1
2
"
description = "Measures the displayed width of unicode strings in a terminal"
description = "Measures the displayed width of unicode strings in a terminal"
optional = false
optional = false
python-versions = "*"
python-versions = "*"
files = [
files = [
{file = "wcwidth-0.2.1
0
-py2.py3-none-any.whl", hash = "sha256:
aec5179002dd0f0d40c456026e74a729661c9d468e1ed64405e3a6c2176ca36f
"},
{file = "wcwidth-0.2.1
2
-py2.py3-none-any.whl", hash = "sha256:
f26ec43d96c8cbfed76a5075dac87680124fa84e0855195a6184da9c187f133c
"},
{file = "wcwidth-0.2.1
0
.tar.gz", hash = "sha256:
390c7454101092a6a5e43baad8f83de615463af459201709556b6e4b1c861f97
"},
{file = "wcwidth-0.2.1
2
.tar.gz", hash = "sha256:
f01c104efdf57971bcb756f054dd58ddec5204dd15fa31d6503ea57947d97c02
"},
]
]
[[package]]
[[package]]
...
@@ -7533,4 +7533,4 @@ query-tools = ["guidance", "jsonpath-ng", "lm-format-enforcer", "rank-bm25", "sc
...
@@ -7533,4 +7533,4 @@ query-tools = ["guidance", "jsonpath-ng", "lm-format-enforcer", "rank-bm25", "sc
[metadata]
[metadata]
lock-version = "2.0"
lock-version = "2.0"
python-versions = ">=3.8.1,<3.12"
python-versions = ">=3.8.1,<3.12"
content-hash = "
99ec6f4caf7b777a946b4f8708be224b6c89e7f0c8c54e81c5deb5f0b68e5746
"
content-hash = "
82c1882ecf0944704eeb2cfd09a870434bdce59ef40751014d8298c56adf04d3
"
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
cca69e1a
...
@@ -59,7 +59,7 @@ tenacity = ">=8.2.0,<9.0.0"
...
@@ -59,7 +59,7 @@ tenacity = ">=8.2.0,<9.0.0"
tiktoken
=
">
=
0.3
.
3
"
tiktoken
=
">
=
0.3
.
3
"
typing-extensions
=
">
=
4.5
.
0
"
typing-extensions
=
">
=
4.5
.
0
"
typing-inspect
=
">
=
0.8
.
0
"
typing-inspect
=
">
=
0.8
.
0
"
urllib3
=
"<2"
requests
=
">
=
2.31
.
0
" # Pin to avoid CVE-2023-32681 in requests 2.3 to 2.30
asyncpg
=
{
optional
=
true
,
version
=
"^0.28.0"
}
asyncpg
=
{
optional
=
true
,
version
=
"^0.28.0"
}
pgvector
=
{
optional
=
true
,
version
=
"^0.1.0"
}
pgvector
=
{
optional
=
true
,
version
=
"^0.1.0"
}
psycopg-binary
=
{
optional
=
true
,
version
=
"^3.1.12"
}
psycopg-binary
=
{
optional
=
true
,
version
=
"^3.1.12"
}
...
@@ -118,7 +118,7 @@ tree-sitter-languages = "^1.8.0"
...
@@ -118,7 +118,7 @@ tree-sitter-languages = "^1.8.0"
types-Deprecated
=
">
=
0.1
.
0
"
types-Deprecated
=
">
=
0.1
.
0
"
types-PyYAML
=
"^6.0.12.12"
types-PyYAML
=
"^6.0.12.12"
types-redis
=
"4.5.5.0"
types-redis
=
"4.5.5.0"
types-requests
=
"2.28.11.8"
types-requests
=
"2.28.11.8"
# TODO: unpin when mypy>0.991
types-setuptools
=
"67.1.0.0"
types-setuptools
=
"67.1.0.0"
vellum-ai
=
"^0.0.42"
vellum-ai
=
"^0.0.42"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment