fix: remove ibm-db dependency and refactor import order (#10330)

### What problem does this PR solve?
issue: 
#10326
change:
 remove ibm-db dependency and refactor import order

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
buua436
2025-09-28 12:19:32 +08:00
committed by GitHub
parent fc56217eb3
commit 59cb0eb8bc
3 changed files with 1 additions and 30 deletions

View File

@ -132,7 +132,6 @@ dependencies = [
"litellm>=1.74.15.post1",
"flask-mail>=0.10.0",
"lark>=1.2.2",
"ibm-db>=3.2.7",
]
[project.optional-dependencies]