|
@@ -1,25 +1,24 @@
|
|
|
[tool.poetry]
|
|
|
name = "saga_algo_api"
|
|
|
-version = "0.4.5"
|
|
|
+version = "0.4.16"
|
|
|
description = "SagaCare Algorithm Web Server"
|
|
|
authors = ["highing666 <bigseabigdream@gmail.com>"]
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
-python = "^3.9"
|
|
|
+python = "^3.10"
|
|
|
fastapi = "^0.79.0"
|
|
|
python-dotenv = "^0.20.0"
|
|
|
uvicorn = "^0.18.2"
|
|
|
psycopg2-binary = "^2.9.3"
|
|
|
-SQLAlchemy = "^1.4.39"
|
|
|
+SQLAlchemy = "^1.4.40"
|
|
|
redis = "^4.3.4"
|
|
|
arrow = "^1.2.2"
|
|
|
loguru = "^0.6.0"
|
|
|
httpx = "^0.23.0"
|
|
|
-scikit-learn = "^1.1.1"
|
|
|
-tencentcloud-sdk-python = "^3.0.686"
|
|
|
-protobuf = "^3.20.0"
|
|
|
-pymilvus = "^2.1.0"
|
|
|
+scikit-learn = "^1.1.2"
|
|
|
+tencentcloud-sdk-python = "^3.0.715"
|
|
|
+pymilvus = "^2.1.1"
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
pylint = "^2.13.4"
|