Skip to content

Commit ade0f2f

Browse files
committed
bump django to 4.2.27
bump langchain-core to 0.3.80 bump urllib3 to 2.6.0
1 parent a6da3e2 commit ade0f2f

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
'ansible-lint~=24.2.2',
1515
'boto3~=1.40',
1616
'daphne~=4.1.2',
17-
'Django~=4.2.26',
17+
'Django~=4.2.27',
1818
'django-deprecate-fields~=0.1.1',
1919
'django-extensions~=3.2.1',
2020
'django-health-check~=3.17.0',
@@ -29,6 +29,7 @@ dependencies = [
2929
'jwcrypto~=1.5.6',
3030
'jinja2~=3.1.6',
3131
'langchain~=0.3.10',
32+
'langchain-core~=0.3.80',
3233
'langchain-ollama~=0.3.5',
3334
'langchain-text-splitters~=0.3.11',
3435
'launchdarkly-server-sdk~=8.3.0',
@@ -44,7 +45,7 @@ dependencies = [
4445
'slack-sdk~=3.31.0',
4546
'social-auth-app-django~=5.4.1',
4647
'social-auth-core[openidconnect]>=4.4.2',
47-
'urllib3>=2.4',
48+
'urllib3~=2.6.0',
4849
'uwsgi~=2.0.22',
4950
'uwsgi-readiness-check~=0.2.0',
5051
'django-allow-cidr',

requirements-aarch64.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ diff-match-patch==20230430
106106
# via django-import-export
107107
distro==1.9.0
108108
# via llama-stack-client
109-
django==4.2.26
109+
django==4.2.27
110110
# via
111111
# -r requirements.in
112112
# django-allow-cidr
@@ -253,8 +253,9 @@ jwcrypto==1.5.6
253253
# django-oauth-toolkit
254254
langchain==0.3.26
255255
# via -r requirements.in
256-
langchain-core==0.3.79
256+
langchain-core==0.3.80
257257
# via
258+
# -r requirements.in
258259
# langchain
259260
# langchain-ollama
260261
# langchain-text-splitters
@@ -551,7 +552,7 @@ uritemplate==4.1.1
551552
# via
552553
# drf-spectacular
553554
# google-api-python-client
554-
urllib3==2.5.0
555+
urllib3==2.6.0
555556
# via
556557
# -r requirements.in
557558
# botocore

requirements-dev-aarch64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ responses==0.24.1
104104
# via -r requirements-dev.in
105105
torch-model-archiver==0.10.0
106106
# via -r requirements-dev.in
107-
urllib3==2.5.0
107+
urllib3==2.6.0
108108
# via
109109
# -c requirements-aarch64.txt
110110
# requests

requirements-dev-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ responses==0.24.1
104104
# via -r requirements-dev.in
105105
torch-model-archiver==0.10.0
106106
# via -r requirements-dev.in
107-
urllib3==2.5.0
107+
urllib3==2.6.0
108108
# via
109109
# -c requirements-x86_64.txt
110110
# requests

requirements-x86_64.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ diff-match-patch==20230430
106106
# via django-import-export
107107
distro==1.9.0
108108
# via llama-stack-client
109-
django==4.2.26
109+
django==4.2.27
110110
# via
111111
# -r requirements.in
112112
# django-allow-cidr
@@ -253,8 +253,9 @@ jwcrypto==1.5.6
253253
# django-oauth-toolkit
254254
langchain==0.3.26
255255
# via -r requirements.in
256-
langchain-core==0.3.79
256+
langchain-core==0.3.80
257257
# via
258+
# -r requirements.in
258259
# langchain
259260
# langchain-ollama
260261
# langchain-text-splitters
@@ -551,7 +552,7 @@ uritemplate==4.1.1
551552
# via
552553
# drf-spectacular
553554
# google-api-python-client
554-
urllib3==2.5.0
555+
urllib3==2.6.0
555556
# via
556557
# -r requirements.in
557558
# botocore

requirements.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ black==24.3.0
1919
certifi@git+https://github.com/ansible/system-certifi@5aa52ab91f9d579bfe52b5acf30ca799f1a563d9
2020
cryptography==43.0.1
2121
daphne==4.1.2
22-
Django==4.2.26
22+
Django==4.2.27
2323
django-deprecate-fields==0.1.1
2424
django-extensions==3.2.1
2525
django-health-check==3.17.0
@@ -46,6 +46,7 @@ jinja2==3.1.6
4646
# remove this once ansible-risk-insight is updated
4747
jsonpickle==3.3.0
4848
langchain==0.3.26
49+
langchain-core==0.3.80
4950
langchain-ollama==0.3.5
5051
# CVE-2025-6985: XXE Vulnerability fixed in 0.3.9+
5152
langchain-text-splitters==0.3.11
@@ -67,7 +68,7 @@ sqlparse==0.5.2
6768
social-auth-app-django==5.4.1
6869
social-auth-core==4.5.4
6970
slack-sdk==3.31.0
70-
urllib3==2.5.0
71+
urllib3==2.6.0
7172
uwsgi==2.0.22
7273
uwsgi-readiness-check==0.2.0
7374
django-allow-cidr==0.6.0

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ diff-match-patch==20230430
106106
# via django-import-export
107107
distro==1.9.0
108108
# via llama-stack-client
109-
django==4.2.26
109+
django==4.2.27
110110
# via
111111
# -r requirements.in
112112
# django-allow-cidr
@@ -253,8 +253,9 @@ jwcrypto==1.5.6
253253
# django-oauth-toolkit
254254
langchain==0.3.26
255255
# via -r requirements.in
256-
langchain-core==0.3.79
256+
langchain-core==0.3.80
257257
# via
258+
# -r requirements.in
258259
# langchain
259260
# langchain-ollama
260261
# langchain-text-splitters
@@ -551,7 +552,7 @@ uritemplate==4.1.1
551552
# via
552553
# drf-spectacular
553554
# google-api-python-client
554-
urllib3==2.5.0
555+
urllib3==2.6.0
555556
# via
556557
# -r requirements.in
557558
# botocore

0 commit comments

Comments
 (0)