mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
Prepare 0.4.0 release
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# UNRELEASED
|
||||
# 0.4.0
|
||||
|
||||
* Removed dependency on flask-api enabling update of werkzeug
|
||||
* Updated dependencies (python 3.11, numpy 1.26, unpinned flask, werkzeug)
|
||||
* Removed dependency on flask-api
|
||||
* Updated dependencies (python 3.11, numpy, unpinned flask, werkzeug)
|
||||
|
||||
# 0.3.12
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for
|
||||
# the specific language governing permissions and limitations under the License.
|
||||
|
||||
__version__ = "0.3.12"
|
||||
__version__ = "0.4.0"
|
||||
|
||||
@@ -8,11 +8,10 @@
|
||||
# the specific language governing permissions and limitations under the License.
|
||||
|
||||
import time
|
||||
from http import HTTPStatus
|
||||
from threading import Thread
|
||||
from typing import List
|
||||
|
||||
from http import HTTPStatus
|
||||
|
||||
from cellxgene_gateway import env
|
||||
from cellxgene_gateway.cache_entry import CacheEntry, CacheEntryStatus
|
||||
from cellxgene_gateway.cache_key import CacheKey
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
import logging
|
||||
import subprocess
|
||||
|
||||
from http import HTTPStatus
|
||||
|
||||
from cellxgene_gateway.cache_entry import CacheEntryStatus
|
||||
|
||||
Reference in New Issue
Block a user