diff --git a/poetry.lock b/poetry.lock index bee16f2..49c3a70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5278,9 +5278,10 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pypdf" version = "6.6.0" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" -optional = false +optional = true python-versions = ">=3.9" groups = ["main"] +markers = "extra == \"sandbox\"" files = [ {file = "pypdf-6.6.0-py3-none-any.whl", hash = "sha256:bca9091ef6de36c7b1a81e09327c554b7ce51e88dad68f5890c2b4a4417f1fd7"}, {file = "pypdf-6.6.0.tar.gz", hash = "sha256:4c887ef2ea38d86faded61141995a3c7d068c9d6ae8477be7ae5de8a8e16592f"}, diff --git a/pyproject.toml b/pyproject.toml index e0cbe23..3d58754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strix-agent" -version = "0.5.0" +version = "0.6.0" description = "Open-source AI Hackers for your apps" authors = ["Strix "] readme = "README.md"