13 commits in all time Dec 17, 2025 17:46 – Mar 17, 2026 17:46 UTC
algolog py-algorand-sdk
Merge d57284877c3a8d1ddd0d521048b9583641f01332 into 3442519234c85345cde5f05b60f52e14d74fa7f3
Git Commit c95de39b Branch pull/556/merge Document 2/8 ++ 0 --
joe-p py-algorand-sdk
Merge a17833838578988c806f9024698c8bedda6b29ff into 3442519234c85345cde5f05b60f52e14d74fa7f3
Git Commit 26d89c7b Branch pull/561/merge Document 4/103 ++ 1 --
Merge 137b1b912ae3dd24ea0557a60737f55d25cb7654 into 3442519234c85345cde5f05b60f52e14d74fa7f3
Git Commit a1bcaf46 Branch pull/589/merge Document 1/1 ++ 1 --
Bump black from 24.3.0 to 26.3.1
Bumps [black](https://github.com/psf/black) from 24.3.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.3.0...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 137b1b91 Branch dependabot/pip/black-26.3.1 Document 1/1 ++ 1 --
gmalouf py-algorand-sdk
Add support for AccountAssetsInformation, AccountApplicationsInformation endpoints and new exclude/include query parameters (#588)
Git Commit 34425192 Branch main Document 3/76 ++ 0 --
gmalouf py-algorand-sdk
Merge 5fa1c42edc43c0d75f782047df4b71926898154e into 1a929ef652744e8c6c3a4499dd2033442d3da49e
Git Commit 3d63ba7c Branch pull/588/merge Document 3/76 ++ 0 --
gmalouf py-algorand-sdk
Add support for AccountAssetsInformation, AccountApplicationsInformation endpoints and new exclude/include query parameters
Git Commit 5fa1c42e Branch pull/588/head Document 3/76 ++ 0 --
algolog py-algorand-sdk
Merge d57284877c3a8d1ddd0d521048b9583641f01332 into 1a929ef652744e8c6c3a4499dd2033442d3da49e
Git Commit 73e655c6 Branch pull/556/merge Document 2/8 ++ 0 --
joe-p py-algorand-sdk
Merge a17833838578988c806f9024698c8bedda6b29ff into 1a929ef652744e8c6c3a4499dd2033442d3da49e
Git Commit a9e0d2bf Branch pull/561/merge Document 4/103 ++ 1 --
cce py-algorand-sdk
Merge fa4ed176aed16a32cc69a6db4c1c313733d7533d into 1a929ef652744e8c6c3a4499dd2033442d3da49e
Git Commit e16f0756 Branch pull/587/merge Document 1/29 ++ 0 --
cce py-algorand-sdk
updates for algorand/go-algorand#6322 and algorand/go-algorand#6552
Git Commit fa4ed176 Branch two-api-updates Document 1/29 ++ 0 --
jannotti py-algorand-sdk
Fix: Handle empty resource references in access list (#586)
Empty resource reference objects ({}) in transaction access lists are
now treated as empty box references with appIndex=0 and name=b"",
preventing decode errors when processing transactions from the blockchain.

This aligns with the fix in js-algorand-sdk#1041 and ensures the SDK
can properly decode transactions containing empty resource references
in the "al" field.
Git Commit 1a929ef6 Branch main Document 2/54 ++ 0 --
jannotti py-algorand-sdk
Fix: Handle empty resource references in access list
Empty resource reference objects ({}) in transaction access lists are
now treated as empty box references with appIndex=0 and name=b"",
preventing decode errors when processing transactions from the blockchain.

This aligns with the fix in js-algorand-sdk#1041 and ensures the SDK
can properly decode transactions containing empty resource references
in the "al" field.
Git Commit eb07e34f Branch pull/586/head Document 2/54 ++ 0 --