Commit Graph

14 Commits

Author SHA1 Message Date
Mengxin Zhu
9b3da3a5c8 fix(deps): update fastapi and starlette for CVE-2025-62727 (#216)
Update dependencies to fix HIGH severity ReDoS vulnerability:
- fastapi==0.128.0
- starlette==0.49.1

CVE-2025-62727 allows unauthenticated attackers to send crafted HTTP
Range headers that trigger quadratic-time processing in FileResponse
Range parsing, causing CPU exhaustion and DoS.

Fixes #215
2026-01-19 11:57:01 +08:00
Divyateja Pasupuleti
bdfa57c277 chore: update requirements to fix vulnerability (#177)
* chore: update requirements to fix vulnerability

* Update Python base image to version 3.13-slim
2025-09-19 16:15:32 +08:00
Fabian Franz
0cce2edab0 feat: update boto3 to version 1.40.4 (#169)
Updates boto3 from 1.37.0 to 1.40.4 and botocore from 1.37.0 to 1.40.4. This update enables support for AWS_BEARER_TOKEN_BEDROCK functionality and includes the latest AWS service features and bug fixes.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-13 10:23:30 +08:00
dependabot[bot]
dd191d7cd9 Bump requests from 2.32.3 to 2.32.4 in /src (#151)
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 17:50:19 +08:00
Aiden Dai
3ce47ff278 Partial support of reasoning 2025-02-25 16:23:06 +08:00
Aiden Dai
d4938a0af2 Automatically detect model list 2024-12-16 16:01:59 +08:00
heisenbergye
5f7676608a suppot all Claude models Cross-Region Inference (#65) 2024-10-29 14:43:31 +08:00
Aiden Dai
f6b73152bc Update boto3 version 2024-06-25 17:29:47 +08:00
Aiden Dai
696039053d Refactor to use new Converse API 2024-06-04 14:59:40 +08:00
dependabot[bot]
c7276171ad ---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 08:06:48 +00:00
Aiden Dai
180c199da9 Add base64 encoded embedding support 2024-04-26 13:46:46 +08:00
Aiden Dai
f1440602ce Add Tool call support 2024-04-03 11:10:19 +08:00
Aiden Dai
2c2cf10010 Initial commit 2024-03-27 15:24:51 +08:00
Aiden Dai
f974cb2728 Initial commit 2024-03-27 15:20:24 +08:00