Skip to content

Commit 3bd9d56

Browse files
authored
fix: PyInstaller bundle is broken (missing agents SDK data + wrongly excluded gql); bump to 1.0.1 (#502)
1 parent 63faecd commit 3bd9d56

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "strix-agent"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Open-source AI Hackers for your apps"
55
readme = "README.md"
66
license = "Apache-2.0"

strix.spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ datas += collect_data_files('tiktoken_ext')
3232

3333
datas += collect_data_files('litellm')
3434

35+
datas += collect_data_files('agents', includes=['**/*.md', '**/*.jinja', '**/*.json'])
36+
3537
hiddenimports = [
3638
# Core dependencies
3739
'litellm',
@@ -188,9 +190,6 @@ excludes = [
188190
'pyte',
189191
'openhands_aci',
190192
'openhands-aci',
191-
'gql',
192-
'fastapi',
193-
'uvicorn',
194193
'numpydoc',
195194

196195
# Google Cloud / Vertex AI

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.

0 commit comments

Comments
 (0)