Compare commits

...

1 Commits

Author SHA1 Message Date
UpstreamData
b252da6c5a version: bump version number. Pin httpx to 0.25.0 min. 2023-11-12 18:36:24 -07:00

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pyasic" name = "pyasic"
version = "0.40.2" version = "0.40.3"
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH." description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
authors = ["UpstreamData <brett@upstreamdata.ca>"] authors = ["UpstreamData <brett@upstreamdata.ca>"]
repository = "https://github.com/UpstreamData/pyasic" repository = "https://github.com/UpstreamData/pyasic"
@@ -9,12 +9,12 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
asyncssh = "^2.13.1" httpx = "^0.25.0"
httpx = "^0.24.0" asyncssh = "^2.14.1"
passlib = "^1.7.4"
pyaml = "^23.5.9"
toml = "^0.10.2"
grpc-requests = "^0.1.11" grpc-requests = "^0.1.11"
passlib = "^1.7.4"
pyaml = "^23.9.7"
toml = "^0.10.2"
[tool.poetry.group.dev] [tool.poetry.group.dev]
optional = true optional = true