mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
fix: PyInstaller bundle is broken (missing agents SDK data + wrongly excluded gql); bump to 1.0.1 (#502)
This commit is contained in:
parent
0209296308
commit
845e060df2
3 changed files with 4 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -2035,7 +2035,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "strix-agent"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "caido-sdk-client" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue