Compare commits

..

2 Commits

Author SHA1 Message Date
Upstream Data
b89ea1fa92 version: bump version number. 2023-12-22 16:29:03 -07:00
Upstream Data
3588197741 dependencies: bump httpx version 2023-12-22 16:28:46 -07:00

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyasic"
version = "0.44.1"
version = "0.44.2"
description = "A simplified and standardized interface for Bitcoin ASICs."
authors = ["UpstreamData <brett@upstreamdata.ca>"]
repository = "https://github.com/UpstreamData/pyasic"
@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.25.2"
httpx = "^0.26.0"
asyncssh = "^2.14.1"
grpc-requests = "^0.1.12"
passlib = "^1.7.4"