Skip to content

Commit 7cf1164

Browse files
committed
Merge remote-tracking branch 'origin/staging' into tensorshield/main
2 parents f3b721c + 9953486 commit 7cf1164

File tree

8 files changed

+874
-20
lines changed

8 files changed

+874
-20
lines changed

.github/workflows/check-sdk-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ jobs:
229229
git fetch origin staging
230230
python3 -m pip install --upgrade pip
231231
python3 -m pip install '.[dev]'
232-
python3 -m pip install -r requirements/torch.txt
233232
234233
- name: Clone async-substrate-interface repo
235234
run: git clone https://github.com/opentensor/async-substrate-interface.git

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.1.1 /2025-04-26
4+
5+
## What's Changed
6+
* State-Safe RNG by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/97
7+
* Fix tests requirements by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/98
8+
* Update maintainers emails by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/99
9+
* Adds additional exception for catching by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/96
10+
11+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.1.0...v1.1.1
12+
313
## 1.1.0 /2025-04-07
414

515
## What's Changed

0 commit comments

Comments
 (0)