Skip to content

Commit f21f8ef

Browse files
authored
Merge pull request #178 from SAP/develop
Release v0.6.5
2 parents 3d29561 + ec1c663 commit f21f8ef

9 files changed

Lines changed: 238 additions & 152 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version: v0.6.5
2+
3+
* [#168](https://github.com/SAP/STARS/pull/168): Bump weasyprint from 66.0 to 67.0 in /backend-agent
4+
* [#169](https://github.com/SAP/STARS/pull/169): Bump faiss-cpu from 1.13.0 to 1.13.1 in /backend-agent
5+
* [#171](https://github.com/SAP/STARS/pull/171): Bump sentence-transformers from 5.1.2 to 5.2.0 in /backend-agent
6+
* [#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
7+
* [#174](https://github.com/SAP/STARS/pull/174): Bump faiss-cpu from 1.13.1 to 1.13.2 in /backend-agent
8+
* [#175](https://github.com/SAP/STARS/pull/175): Bump qs and body-parser in /frontend
9+
* [#177](https://github.com/SAP/STARS/pull/177): Weight dialog fixes
10+
11+
112
# Version: v0.6.4
213

314
* [#148](https://github.com/SAP/STARS/pull/148): Bump js-yaml from 4.1.0 to 4.1.1 in /frontend

backend-agent/llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'anthropic--claude-4-sonnet',
5151
'anthropic--claude-4-opus',
5252
'anthropic--claude-4.5-sonnet',
53+
'anthropic--claude-4.5-haiku',
5354
],
5455
'azure-openai':
5556
[

backend-agent/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'stars'
3-
version = '0.6.4'
3+
version = '0.6.5'
44
description = 'Smart Threat AI Reporting Scanner (STARS)'
55
readme = 'README.md'
66
license = {text = 'Apache-2.0'}
@@ -13,9 +13,9 @@ maintainers = [
1313
]
1414
requires-python = '>=3.10,<3.13'
1515
dependencies = [
16-
'sap-ai-sdk-gen[all]==5.9.0',
16+
'sap-ai-sdk-gen[all]==5.10.0',
1717
'python-dotenv==1.2.1',
18-
'faiss-cpu==1.13.0',
18+
'faiss-cpu==1.13.2',
1919
'Flask==3.1.2',
2020
'Flask-Cors==6.0.1',
2121
'flask_sock==0.7.0',
@@ -30,12 +30,12 @@ dependencies = [
3030
'art==6.5',
3131
'pandas==2.3.3',
3232
'ollama==0.6.1',
33-
'weasyprint==66.0',
33+
'weasyprint==67.0',
3434
'pyrit==0.9.0',
3535
'codeattack @ git+https://github.com/marcorosa/CodeAttack',
3636
'gptfuzzer @ git+https://github.com/marcorosa/GPTFuzz@no-vllm',
3737
'garak==0.11.0',
38-
'sentence-transformers==5.1.2',
38+
'sentence-transformers==5.2.0',
3939
]
4040

4141
[project.optional-dependencies]

backend-agent/uv.lock

Lines changed: 28 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)