diff --git a/Makefile b/Makefile index a9f0dc0..32a38a3 100644 --- a/Makefile +++ b/Makefile @@ -21,16 +21,16 @@ TEST_ARGS := test: test-all -test-all: +test-all: build $(UV_RUN) pytest src/tests --maxfail=1 --verbose --durations=0 --numprocesses=4 --dist=worksteal $(TEST_ARGS) test-unit: $(UV_RUN) pytest src/tests/unit --maxfail=1 --verbose $(TEST_ARGS) -test-integration: +test-integration: build $(UV_RUN) pytest src/tests/integration --maxfail=1 --verbose --durations=0 --numprocesses=4 --dist=worksteal $(TEST_ARGS) -test-token: +test-token: build $(UV_RUN) pytest src/tests/integration/test_token.py --maxfail=1 --verbose --durations=0 --numprocesses=4 --dist=worksteal $(TEST_ARGS) diff --git a/package/version b/package/version index c34958a..e8e277f 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.15 +0.1.16 diff --git a/pyproject.toml b/pyproject.toml index 3ce1dac..a44e66a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "kompass" -version = "0.1.15" +version = "0.1.16" description = "K Semantics for the Solana ecosystem" requires-python = "~=3.10" dependencies = [ diff --git a/uv.lock b/uv.lock index 099c64b..a517051 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.10, <4" resolution-markers = [ "python_full_version >= '3.11'", @@ -376,7 +376,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "kompass" -version = "0.1.15" +version = "0.1.16" source = { editable = "." } dependencies = [ { name = "kmir" },