From 5f62986d5d9e9c7ce8154f8dfe4adae482292953 Mon Sep 17 00:00:00 2001 From: "Michael F." Date: Tue, 14 Jan 2025 14:34:50 +0100 Subject: [PATCH] fix best cluster tag queries; v25.01.1 --- CHANGELOG.md | 5 +++++ Makefile | 4 ++-- openapi_server/openapi/openapi.yaml | 2 +- openapi_spec/graphsense.yaml | 2 +- pyproject.toml | 4 ++-- uv.lock | 10 +++++----- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7aa4d5..3cb3421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [25.01.1/1.9.1] - 2025-01-14 + +### fixed +- bumped tagstore dependency to v25.01.1; fixing best cluster tag queries. + ## [25.01.0/1.9.0] - 2025-01-10 ### New diff --git a/Makefile b/Makefile index ecfeb3e..2b8982c 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ all: format lint -include .env -GS_REST_SERVICE_VERSIONM ?= "25.01.0" -GS_REST_SERVICE_VERSION ?= "1.9.0" +GS_REST_SERVICE_VERSIONM ?= "25.01.1" +GS_REST_SERVICE_VERSION ?= "1.9.1" GS_REST_DEV_PORT ?= 9000 NUM_WORKERS ?= 1 NUM_THREADS ?= 1 diff --git a/openapi_server/openapi/openapi.yaml b/openapi_server/openapi/openapi.yaml index 4fa4025..c0ffc8a 100644 --- a/openapi_server/openapi/openapi.yaml +++ b/openapi_server/openapi/openapi.yaml @@ -5,7 +5,7 @@ info: name: Iknaio Cryptoasset Analytics GmbH description: GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. title: GraphSense API - version: 1.9.0 + version: 1.9.1 servers: - url: https://api.ikna.io paths: diff --git a/openapi_spec/graphsense.yaml b/openapi_spec/graphsense.yaml index 5e07e74..1a3aecb 100644 --- a/openapi_spec/graphsense.yaml +++ b/openapi_spec/graphsense.yaml @@ -5,7 +5,7 @@ info: contact: name: Iknaio Cryptoasset Analytics GmbH email: contact@ikna.io - version: "1.9.0" + version: "1.9.1" servers: - url: 'https://api.ikna.io' paths: diff --git a/pyproject.toml b/pyproject.toml index 83fe688..bd752a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gsrest" -version = "1.9.0" +version = "1.9.1" description = "GraphSense API REST API" readme = "README.md" changelog = "CHANGELOG.md" @@ -26,7 +26,7 @@ dependencies = [ "openapi-schema-validator>=0.2.3", "python-dateutil>=2.9.0", "swagger-ui-bundle>=0.0.9", - "tagpack-tool==v25.01.0", + "tagpack-tool==v25.01.1", ] [tool.tox] diff --git a/uv.lock b/uv.lock index e269c31..1f44bff 100644 --- a/uv.lock +++ b/uv.lock @@ -1297,7 +1297,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/0c/0a/ec64821a3ca6a8f14 [[package]] name = "gsrest" -version = "1.9.0" +version = "1.9.1" source = { virtual = "." } dependencies = [ { name = "aiohttp-cors" }, @@ -1344,7 +1344,7 @@ requires-dist = [ { name = "openapi-schema-validator", specifier = ">=0.2.3" }, { name = "python-dateutil", specifier = ">=2.9.0" }, { name = "swagger-ui-bundle", specifier = ">=0.0.9" }, - { name = "tagpack-tool", specifier = "==25.1.0" }, + { name = "tagpack-tool", specifier = "==25.1.1" }, ] [package.metadata.requires-dev] @@ -2953,7 +2953,7 @@ wheels = [ [[package]] name = "tagpack-tool" -version = "25.1.0" +version = "25.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anytree" }, @@ -2979,9 +2979,9 @@ dependencies = [ { name = "typer" }, { name = "wheel" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9d/60/74d8496fdf42b1e68ac37c099fe360957d3314eff11af575d486e4379c8c/tagpack_tool-25.1.0.tar.gz", hash = "sha256:e09b76aac0c05f4d6c3a26e27e9882dedccb003e63285e156f95996853d9a9df", size = 145327 } +sdist = { url = "https://files.pythonhosted.org/packages/2c/9a/8be9fca82fef27521279108d93b2b2266d5962b984b798b35a925a476d15/tagpack_tool-25.1.1.tar.gz", hash = "sha256:0f5888540a67bc9847ed835035efd23fa9a4886413ef28b3fc07ad777ff1f73c", size = 145339 } wheels = [ - { url = "https://files.pythonhosted.org/packages/19/ca/6a30950ec31fa651217a0e8f2d5dd6053d9a95598744898ae1b8e90b6ecb/tagpack_tool-25.1.0-py3-none-any.whl", hash = "sha256:fb2eae89960026ec30b7d46b11aa901f6f66015b13e53fed1deba7e4e7638cd8", size = 104593 }, + { url = "https://files.pythonhosted.org/packages/b2/5c/bafc8286b0de15660444cb129a0d2837a2fb97acd4239fa305c8a86234f7/tagpack_tool-25.1.1-py3-none-any.whl", hash = "sha256:25253d7273e20b7f252abdb712e327c63c4ac354c4933c9ef8062f9f9bd2df68", size = 104623 }, ] [[package]]