Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5e071d0
Bump weasyprint from 66.0 to 67.0 in /backend-agent
dependabot[bot] Dec 7, 2025
fe2e099
Bump faiss-cpu from 1.13.0 to 1.13.1 in /backend-agent
dependabot[bot] Dec 7, 2025
4092aa8
Merge pull request #168 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Dec 8, 2025
546f259
Merge pull request #169 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Dec 8, 2025
cf6dbe2
Bump sentence-transformers from 5.1.2 to 5.2.0 in /backend-agent
dependabot[bot] Dec 14, 2025
aeb2161
Merge pull request #171 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Dec 15, 2025
cdb3053
Bump sap-ai-sdk-gen[all] from 5.9.0 to 5.10.0 in /backend-agent
dependabot[bot] Dec 21, 2025
c548d6c
Bump faiss-cpu from 1.13.1 to 1.13.2 in /backend-agent
dependabot[bot] Dec 28, 2025
a8f5b61
Merge pull request #173 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Jan 5, 2026
a9e1b7d
Merge pull request #174 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Jan 5, 2026
1b087a6
fixed weight dialog behaviour
Jan 9, 2026
bf801d2
Merge remote-tracking branch 'origin/develop' into weight-dialog
Jan 9, 2026
11f2e8c
Merge pull request #177 from SAP/weight-dialog
marcorosa Jan 9, 2026
51448e1
update installation
marcorosa Jan 9, 2026
67a2f25
Bump qs and body-parser in /frontend
dependabot[bot] Jan 9, 2026
f1755b8
Merge pull request #175 from SAP/dependabot/npm_and_yarn/frontend/mul…
marcorosa Jan 9, 2026
8d5adf3
add support for claude-4.5-haiku
marcorosa Jan 9, 2026
b5e9944
bump versions
marcorosa Jan 9, 2026
ec1c663
[Changelog CI] Add Changelog for Version v0.6.5
github-actions[bot] Jan 9, 2026
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version: v0.6.5

* [#168](https://github.com/SAP/STARS/pull/168): Bump weasyprint from 66.0 to 67.0 in /backend-agent
* [#169](https://github.com/SAP/STARS/pull/169): Bump faiss-cpu from 1.13.0 to 1.13.1 in /backend-agent
* [#171](https://github.com/SAP/STARS/pull/171): Bump sentence-transformers from 5.1.2 to 5.2.0 in /backend-agent
* [#173](https://github.com/SAP/STARS/pull/173): Bump sap-ai-sdk-gen[all] from 5.9.0 to 5.10.0 in /backend-agent
* [#174](https://github.com/SAP/STARS/pull/174): Bump faiss-cpu from 1.13.1 to 1.13.2 in /backend-agent
* [#175](https://github.com/SAP/STARS/pull/175): Bump qs and body-parser in /frontend
* [#177](https://github.com/SAP/STARS/pull/177): Weight dialog fixes


# Version: v0.6.4

* [#148](https://github.com/SAP/STARS/pull/148): Bump js-yaml from 4.1.0 to 4.1.1 in /frontend
Expand Down
1 change: 1 addition & 0 deletions backend-agent/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'anthropic--claude-4-sonnet',
'anthropic--claude-4-opus',
'anthropic--claude-4.5-sonnet',
'anthropic--claude-4.5-haiku',
],
'azure-openai':
[
Expand Down
10 changes: 5 additions & 5 deletions backend-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'stars'
version = '0.6.4'
version = '0.6.5'
description = 'Smart Threat AI Reporting Scanner (STARS)'
readme = 'README.md'
license = {text = 'Apache-2.0'}
Expand All @@ -13,9 +13,9 @@ maintainers = [
]
requires-python = '>=3.10,<3.13'
dependencies = [
'sap-ai-sdk-gen[all]==5.9.0',
'sap-ai-sdk-gen[all]==5.10.0',
'python-dotenv==1.2.1',
'faiss-cpu==1.13.0',
'faiss-cpu==1.13.2',
'Flask==3.1.2',
'Flask-Cors==6.0.1',
'flask_sock==0.7.0',
Expand All @@ -30,12 +30,12 @@ dependencies = [
'art==6.5',
'pandas==2.3.3',
'ollama==0.6.1',
'weasyprint==66.0',
'weasyprint==67.0',
'pyrit==0.9.0',
'codeattack @ git+https://github.com/marcorosa/CodeAttack',
'gptfuzzer @ git+https://github.com/marcorosa/GPTFuzz@no-vllm',
'garak==0.11.0',
'sentence-transformers==5.1.2',
'sentence-transformers==5.2.0',
]

[project.optional-dependencies]
Expand Down
60 changes: 28 additions & 32 deletions backend-agent/uv.lock

Large diffs are not rendered by default.

Loading
Loading