From 84b6eb8f7b55be25706a2009fb2689864ccce2ca Mon Sep 17 00:00:00 2001 From: nicolasalmeida-stark Date: Tue, 24 Feb 2026 18:19:40 -0300 Subject: [PATCH] Update starkcore to v0.6.0 --- CHANGELOG.md | 4 ++++ requirements.txt | 2 +- starkbank/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4695f10..b922d9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ Given a version number MAJOR.MINOR.PATCH, increment: ## [Unreleased] +### Added +- MarketplaceApp user type +### Changed +- starkcore to v0.6.0 ## [2.32.0] - 2025-11-24 ### Added diff --git a/requirements.txt b/requirements.txt index 8ba584e3..2736afb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -starkcore==0.5.0 +starkcore==0.6.0 diff --git a/starkbank/__init__.py b/starkbank/__init__.py index c3629cf6..f33fe54d 100644 --- a/starkbank/__init__.py +++ b/starkbank/__init__.py @@ -5,7 +5,7 @@ timeout = 15 request_methods_prefix = "Joker" -from starkcore import Organization, Project +from starkcore import Organization, Project, MarketplaceApp from . import error from . import key