diff --git a/dev_requirements.txt b/dev_requirements.txt index 613494bc982c..4ceba85f3c01 100755 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ # pip install -r requirements.txt -supervisely==6.72.55 +supervisely==6.73.45 opencv-python-headless==4.5.5.62 opencv-python==4.5.5.62 diff --git a/supervisely/serve/config.json b/supervisely/serve/config.json index 33c580a6e857..e7ff40ffc857 100644 --- a/supervisely/serve/config.json +++ b/supervisely/serve/config.json @@ -9,10 +9,10 @@ "object detection", "detection & tracking", "serve" - ], + ], "description": "Deploy model as REST API service", "docker_image": "supervisely/yolov5:1.0.2", - "instance_version": "6.6.7", + "instance_version": "6.8.88", "entrypoint": "python -m uvicorn main:m.app --app-dir ./supervisely/serve/src --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000, "modal_template": "supervisely/serve/src/modal.html", @@ -176,6 +176,6 @@ "poster": "https://user-images.githubusercontent.com/106374579/183668719-361e275f-e6f8-47e5-994d-3341c0e6241f.png", "community_agent": false, "license": { - "type": "AGPL-3.0" + "type": "AGPL-3.0" } -} +} \ No newline at end of file diff --git a/supervisely/serve/requirements.txt b/supervisely/serve/requirements.txt index 9e63021a2832..a10fbe05b1cb 100644 --- a/supervisely/serve/requirements.txt +++ b/supervisely/serve/requirements.txt @@ -1,2 +1,2 @@ -supervisely==6.72.220 +supervisely==6.73.45 # git+https://github.com/supervisely/supervisely.git@v1-app-shutdown