Skip to content

Commit

Permalink
Merge branch 'staging' into feat/wallet_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor authored Dec 5, 2024
2 parents 82d0b32 + 6ebb39b commit 2502eec
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.2 /2024-11-27

## What's Changed
* Removes ansible from requirements. But the second requirements. by @thewhaleking in https://github.com/opentensor/btwallet/pull/74

**Full Changelog**: https://github.com/opentensor/btwallet/compare/v2.1.1...v2.1.2

## 2.1.1 /2024-11-18

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bittensor_wallet"
version = "2.1.0"
version = "2.1.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bittensor_wallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
wallet as wallet,
)

__version__ = "2.1.0"
__version__ = "2.1.2"
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bittensor-wallet"
version = "2.1.1"
version = "2.1.2"
description = ""
readme = "README.md"
license = {file = "LICENSE"}
Expand All @@ -11,8 +11,6 @@ dependencies = [
"eth-utils<2.3.0",
"password_strength",
"cryptography~=43.0.1",
"ansible~=6.7",
"ansible_vault~=2.1",
"munch~=2.5.0",
"rich",
"py-bip39-bindings==0.1.11",
Expand Down Expand Up @@ -76,4 +74,5 @@ dev = [
"factory-boy==3.3.0",
"maturin==1.7.0",
"py-bip39-bindings==0.1.11",
"ansible_vault~=2.1"
]
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ruff==0.4.7
aioresponses==0.7.6
factory-boy==3.3.0
maturin==1.7.0
py-bip39-bindings==0.1.11
py-bip39-bindings==0.1.11
ansible_vault~=2.1
1 change: 0 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ eth-utils<2.3.0
substrate-interface~=1.7.9
password_strength
cryptography~=43.0.1
ansible_vault~=2.1
munch~=2.5.0
rich

0 comments on commit 2502eec

Please sign in to comment.