Skip to content

Commit 905d15c

Browse files
Bump version from 0.3.8 to 0.3.9 and add dependencies
1 parent 35a24ae commit 905d15c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pixi.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ authors = ["Mehmet Keçeci <mkececi@yaani.com>"]
44
channels = ["pypi", "https://prefix.dev/conda-forge", "https://conda.modular.com/max-nightly", "conda-forge", "https://repo.prefix.dev/modular-community"]
55
platforms = ["linux-64"]
66
name = "kha256"
7-
version = "0.3.8"
7+
version = "0.3.9"
88

99
[package]
1010
name = "kha256"
11-
version = "0.3.8"
11+
version = "0.3.9"
1212
license = "AGPL-3.0-or-later"
1313

1414
[dependencies]
@@ -31,6 +31,9 @@ pycryptodome = ">=3.23.0"
3131
bcrypt = ">=5.0.0"
3232
argon2-cffi = ">=25.1.0"
3333
blake3 = ">=1.0.9"
34+
aiohttp = ">=3.14.1"
35+
python-dotenv = ">=1.2.2"
36+
nest_asyncio = ">=1.6.0"
3437

3538
[tasks]
3639
build = "python -m build"

0 commit comments

Comments
 (0)