Przeglądaj źródła

update env dependencies

highing666 2 lat temu
rodzic
commit
597e345bdd
2 zmienionych plików z 18 dodań i 17 usunięć
  1. 1 1
      docker-compose.yml
  2. 17 16
      pyproject.toml

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: "3"
 
 services:
   app:
-      image: registry.persagy.com/sagacloud/saga_algo_api:0.3.43
+      image: registry.persagy.com/sagacloud/saga_algo_api:0.4.0
       container_name: saga_algo_api
       ports:
         - 8002:8002

+ 17 - 16
pyproject.toml

@@ -1,32 +1,33 @@
 [tool.poetry]
 name = "saga_algo_api"
-version = "0.3.0"
+version = "0.4.0"
 description = "SagaCare Algorithm Web Server"
 authors = ["highing666 <bigseabigdream@gmail.com>"]
 license = "Apache-2.0"
 
 [tool.poetry.dependencies]
 python = "^3.9"
-Cython = "^0.29.24"
-pandas = "1.2.4"
+Cython = "^0.29.28"
+pandas = "1.4.2"
 grpcio = "1.37.1"
-pymilvus = "2.0.0rc8"
-fastapi = "^0.70.0"
-python-dotenv = "^0.19.1"
-uvicorn = "^0.15.0"
-psycopg2-binary = "^2.9.1"
-SQLAlchemy = "^1.4.23"
-redis = "^3.5.3"
-arrow = "^1.1.1"
+fastapi = "^0.75.1"
+python-dotenv = "^0.20.0"
+uvicorn = "^0.17.6"
+psycopg2-binary = "^2.9.3"
+SQLAlchemy = "^1.4.34"
+redis = "^4.2.0
+arrow = "^1.2.2"
 loguru = "^0.5.3"
-httpx = "^0.19.0"
-tencentcloud-sdk-python = "^3.0.489"
+httpx = "^0.22.0"
 scikit-learn = "^0.24.2"
 
+tencentcloud-sdk-python = "^3.0.612"
+pymilvus = "2.0.2"
+
 [tool.poetry.dev-dependencies]
-pylint = "^2.11.1"
-flake8 = "^3.9.2"
-black = "^21.7b0"
+pylint = "^2.13.4"
+flake8 = "^4.0.1"
+black = "^22.3.0"
 
 [build-system]
 requires = ["poetry-core>=1.0.0"]