Skip to content

Commit 5a9ec8d

Browse files
committed
Add redis to ingest dependency group
1 parent bdf7ae3 commit 5a9ec8d

File tree

10 files changed

+13
-10
lines changed

10 files changed

+13
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22
PROJECT := graphsense-lib
33
VENV := venv
44
# RELEASE := 'v25.11.19+devweb5'
5-
RELEASESEM := 'v2.9.2'
5+
RELEASESEM := 'v2.9.3'
66

77
-include .env
88

clients/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 2.9.2
7-
- Package version: 2.9.2
6+
- API version: 2.9.3
7+
- Package version: 2.9.3
88
- Generator version: 7.19.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

clients/python/graphsense/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""
1313

1414

15-
__version__ = "2.9.2"
15+
__version__ = "2.9.3"
1616

1717
# Define package exports
1818
__all__ = [

clients/python/graphsense/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(
9595
self.default_headers[header_name] = header_value
9696
self.cookie = cookie
9797
# Set default User-Agent.
98-
self.user_agent = 'OpenAPI-Generator/2.9.2/python'
98+
self.user_agent = 'OpenAPI-Generator/2.9.3/python'
9999
self.client_side_validation = configuration.client_side_validation
100100

101101
def __enter__(self):

clients/python/graphsense/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ def to_debug_report(self) -> str:
533533
return "Python SDK Debug Report:\n"\
534534
"OS: {env}\n"\
535535
"Python Version: {pyversion}\n"\
536-
"Version of the API: 2.9.2\n"\
537-
"SDK Package Version: 2.9.2".\
536+
"Version of the API: 2.9.3\n"\
537+
"SDK Package Version: 2.9.3".\
538538
format(env=sys.platform, pyversion=sys.version)
539539

540540
def get_host_settings(self) -> List[HostSetting]:

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphsense-python"
3-
version = "2.9.2"
3+
version = "2.9.3"
44
description = "GraphSense API"
55
license = "MIT"
66
authors = [

clients/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ ingest = [
107107
"deltalake>=1.4.2",
108108
"duckdb>=1.0.0",
109109
"grpcio>=1.49.0",
110+
"redis>=5.0.0",
110111
]
111112
conversions = [
112113
"networkx>=3.2.1",

src/graphsenselib/web/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
using `make update-api-version`. Do not edit manually.
55
"""
66

7-
__api_version__ = "2.9.2"
7+
__api_version__ = "2.9.3"

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)