From 3bd9d56814ed7dad290cd8aae47422ecbf19c63d Mon Sep 17 00:00:00 2001 From: Ahmed Allam <49919286+0xallam@users.noreply.github.com> Date: Tue, 26 May 2026 20:04:01 -0700 Subject: [PATCH] fix: PyInstaller bundle is broken (missing agents SDK data + wrongly excluded gql); bump to 1.0.1 (#502) --- pyproject.toml | 2 +- strix.spec | 5 ++--- uv.lock | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4049225..6999aaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "strix-agent" -version = "1.0.0" +version = "1.0.1" description = "Open-source AI Hackers for your apps" readme = "README.md" license = "Apache-2.0" diff --git a/strix.spec b/strix.spec index 9714161..78aa35d 100644 --- a/strix.spec +++ b/strix.spec @@ -32,6 +32,8 @@ datas += collect_data_files('tiktoken_ext') datas += collect_data_files('litellm') +datas += collect_data_files('agents', includes=['**/*.md', '**/*.jinja', '**/*.json']) + hiddenimports = [ # Core dependencies 'litellm', @@ -188,9 +190,6 @@ excludes = [ 'pyte', 'openhands_aci', 'openhands-aci', - 'gql', - 'fastapi', - 'uvicorn', 'numpydoc', # Google Cloud / Vertex AI diff --git a/uv.lock b/uv.lock index c4216aa..7c13141 100644 --- a/uv.lock +++ b/uv.lock @@ -2035,7 +2035,7 @@ wheels = [ [[package]] name = "strix-agent" -version = "1.0.0" +version = "1.0.1" source = { editable = "." } dependencies = [ { name = "caido-sdk-client" },