fix: PyInstaller bundle is broken (missing agents SDK data + wrongly excluded gql); bump to 1.0.1 (#502)

This commit is contained in:
Ahmed Allam
2026-05-26 20:04:01 -07:00
committed by GitHub
parent 63faecd3b5
commit 3bd9d56814
3 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -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