diff --git a/advanced-graph-examples/Makefile b/advanced-graph-examples/Makefile new file mode 100644 index 000000000..775748199 --- /dev/null +++ b/advanced-graph-examples/Makefile @@ -0,0 +1,6 @@ +PYTHON_VERSION ?= 3.13 + +.PHONY: run-basic +run-basic: + uv run --python $(PYTHON_VERSION) python examples/basic_run.py + diff --git a/advanced-graph-examples/pyproject.toml b/advanced-graph-examples/pyproject.toml index 2cf6e68f6..60ed39d95 100644 --- a/advanced-graph-examples/pyproject.toml +++ b/advanced-graph-examples/pyproject.toml @@ -9,3 +9,4 @@ dependencies = [ [tool.uv] dev-dependencies = [] + diff --git a/advanced-graph-examples/uv.lock b/advanced-graph-examples/uv.lock index d49931b02..9f2a4eca5 100644 --- a/advanced-graph-examples/uv.lock +++ b/advanced-graph-examples/uv.lock @@ -18,8 +18,8 @@ dev = [] [[package]] name = "saf-python-sdk" -version = "0.1.1" +version = "0.1.2" source = { registry = "https://pypi.org/simple" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e5/56/73bcc01ff0fbf67fdfd22c2b06f31a7331fd2f6fe27f682da296027891f7/saf_python_sdk-0.1.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:920eaf3451d52b62a20ffbad5d9e881c0645f89f5efedf540f5b5d9b65768005", size = 502816, upload-time = "2026-03-16T23:09:46.081Z" }, + { url = "https://files.pythonhosted.org/packages/c5/43/2a86cdc8a1fbb185b9ce4642f0e3676acc168d48ed2e68d4ead6ad57e95e/saf_python_sdk-0.1.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:9035ab6ede9884b5588925c47d5b8be2c1c107becf5d6f88e0ebb39f4e8fac3b", size = 517053, upload-time = "2026-03-16T23:49:25.661Z" }, ]