Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hsds/basenode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
63 changes: 46 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Loading