diff --git a/hsds/basenode.py b/hsds/basenode.py index cb3db7de..c30bfd4a 100644 --- a/hsds/basenode.py +++ b/hsds/basenode.py @@ -33,7 +33,7 @@ from .util.k8sClient import getDnLabelSelector, getPodIps from . import hsds_logger as log -HSDS_VERSION = "0.9.3" +HSDS_VERSION = "0.9.4" def getVersion(): diff --git a/pyproject.toml b/pyproject.toml index fdb1aaba..40e17d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] requires-python = ">=3.10" -version = "0.9.3" +version = "0.9.4" dependencies = [ "aiohttp == 3.9.4", @@ -44,13 +44,13 @@ dependencies = [ "h5py >= 3.6.0", "importlib_resources", "numcodecs <= 0.15.1", - "numpy >=2.0.0rc1; python_version>='3.9'", + "numpy >=2.0.0", "psutil", "pyjwt", "pytz", "pyyaml", "requests <= 2.32.4", - "requests-unixsocket2 @ git+https://gitlab.com/thelabnyc/requests-unixsocket2.git", + "requests-unixsocket", "simplejson", "s3fs", "urllib3 >= 2.4.0, < 3.0" diff --git a/requirements.txt b/requirements.txt index 1498a92f..d9595195 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,47 @@ +aiobotocore==2.24.1 +aiofiles==24.1.0 aiohttp==3.9.4 -aiobotocore>=2.13.0 -aiohttp_cors -aiofiles -azure-storage-blob -cryptography -h5py>=3.6.0 -numcodecs -numpy>=2.0.0rc1 -psutil -pyjwt -pytz -pyyaml -requests<=2.32.4 -requests-unixsocket2 @ git+https://gitlab.com/thelabnyc/requests-unixsocket2.git -simplejson -s3fs -urllib3>=2.4.0,<3.0 +aiohttp-cors==0.8.1 +aioitertools==0.12.0 +aiosignal==1.4.0 +async-timeout==4.0.3 +attrs==25.3.0 +azure-core==1.35.0 +azure-storage-blob==12.26.0 +bitshuffle==0.5.2 +botocore==1.39.11 +build==1.3.0 +certifi==2025.8.3 +cffi==1.17.1 +charset-normalizer==3.4.3 +cryptography==45.0.6 +Cython==3.1.3 +frozenlist==1.7.0 +fsspec==2025.7.0 +h5py==3.14.0 +idna==3.10 +importlib_resources==6.5.2 +isodate==0.7.2 +jmespath==1.0.1 +multidict==6.6.4 +numcodecs==0.13.1 +numpy==2.2.6 +packaging==25.0 +propcache==0.3.2 +psutil==7.0.0 +pycparser==2.22 +PyJWT==2.10.1 +pyproject_hooks==1.2.0 +python-dateutil==2.9.0.post0 +pytz==2025.2 +PyYAML==6.0.2 +requests==2.32.4 +requests-unixsocket==0.4.1 +s3fs==2025.7.0 +simplejson==3.20.1 +six==1.17.0 +tomli==2.2.1 +typing_extensions==4.14.1 +urllib3==2.5.0 +wrapt==1.17.3 +yarl==1.20.1