Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pip_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ jobs:
# pip 25.3 is not released yet
# See: https://github.com/advisories/GHSA-4xh5-x5gv-qwph
GHSA-4xh5-x5gv-qwph
# To remove once we upgrade to Django 5+ (requires major version upgrade)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added to avoid upgrading the social-auth-app-django version as it requires Django version upgrade to 5+ which isn't the scope for respective jiras

# social-auth-app-django vulnerability requires Django>=5.1
GHSA-wv4w-6qv2-qqfg
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
'jinja2~=3.1.6',
'langchain~=0.3.10',
'langchain-ollama~=0.3.5',
'langchain-text-splitters~=0.3.11',
'launchdarkly-server-sdk~=8.3.0',
'llama-stack-client>=0.2.12',
'protobuf~=5.29.5',
Expand Down
8 changes: 5 additions & 3 deletions requirements-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,17 @@ jwcrypto==1.5.6
# django-oauth-toolkit
langchain==0.3.26
# via -r requirements.in
langchain-core==0.3.69
langchain-core==0.3.79
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to update langchain-core, as langchain-text-splitters==0.3.11 has dependency over langchain-core version as:>=0.3.75.

# via
# langchain
# langchain-ollama
# langchain-text-splitters
langchain-ollama==0.3.5
# via -r requirements.in
langchain-text-splitters==0.3.8
# via langchain
langchain-text-splitters==0.3.11
# via
# -r requirements.in
# langchain
langsmith==0.4.8
# via
# langchain
Expand Down
8 changes: 5 additions & 3 deletions requirements-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,17 @@ jwcrypto==1.5.6
# django-oauth-toolkit
langchain==0.3.26
# via -r requirements.in
langchain-core==0.3.69
langchain-core==0.3.79
# via
# langchain
# langchain-ollama
# langchain-text-splitters
langchain-ollama==0.3.5
# via -r requirements.in
langchain-text-splitters==0.3.8
# via langchain
langchain-text-splitters==0.3.11
# via
# -r requirements.in
# langchain
langsmith==0.4.8
# via
# langchain
Expand Down
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jinja2==3.1.6
jsonpickle==3.3.0
langchain==0.3.26
langchain-ollama==0.3.5
# CVE-2025-6985: XXE Vulnerability fixed in 0.3.9+
langchain-text-splitters==0.3.11
launchdarkly-server-sdk==8.3.0
llama-stack-client>=0.2.12
protobuf==5.29.5
Expand Down