From 274af647b26c3f9b767f7483058ab30ebb5fc679 Mon Sep 17 00:00:00 2001 From: cyberstorm-daemon Date: Sun, 7 Sep 2025 19:36:02 +0700 Subject: [PATCH] refactor: restructure package namespace for BSR compatibility - Move EAS package to lowercase eas namespace - Generate protobuf files directly at eas.v1.* location - Update buf.gen.yaml to output to correct namespace - Modify pyproject.toml for new package structure (v0.1.2) - Update Taskfile.yml protobuf generation paths - Fix import compatibility with cyberstorm-schemas>=1.0.2 This resolves the ModuleNotFoundError when importing from eas.v1 as expected by buf.build/cyberstorm/eas-schemas consumers. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 817baf5..ba9aad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eas-sdk" -version = "0.1.2" +version = "0.1.3" description = "Python SDK for Ethereum Attestation Service (EAS)" readme = "README.md" license = {text = "MIT"}