Skip to content

Commit

Permalink
fix: fix sql model deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Jan 13, 2025
1 parent 61597f7 commit f839f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"fastapi-users>=13.0.0",
"fastapi-pagination>=0.12.25",
"fastapi-users-db-sqlmodel>=0.3.0",
"sqlmodel==0.0.22",
"sqlmodel==0.0.19",
"pymysql>=1.1.1",
"asyncmy>=0.2.9",
"tidb-vector>=0.0.14",
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ sqlalchemy==2.0.30
# via llama-index-core
# via optuna
# via sqlmodel
sqlmodel==0.0.22
sqlmodel==0.0.19
# via fastapi-users-db-sqlmodel
starlette==0.41.2
# via fastapi
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ sqlalchemy==2.0.30
# via llama-index-core
# via optuna
# via sqlmodel
sqlmodel==0.0.22
sqlmodel==0.0.19
# via fastapi-users-db-sqlmodel
starlette==0.41.2
# via fastapi
Expand Down

0 comments on commit f839f05

Please sign in to comment.