Prepare 0.4.0 release

This commit is contained in:
Alok Saldanha
2024-03-10 09:33:50 -04:00
parent 5d29153544
commit 05a95c2ca9
4 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -9,7 +9,6 @@
import logging
import subprocess
from http import HTTPStatus
from cellxgene_gateway.cache_entry import CacheEntryStatus