diff --git a/pyproject.toml b/pyproject.toml index ae800bac8..f7bbe1971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,6 +111,7 @@ dependencies = [ "atlassian-python-api>=3.41.16,<4.0.0", "mem0ai>=0.1.26,<1.0.0", "aiofile>=3.9.0,<4.0.0", + "sseclient-py==1.8.0", ] [project.urls] diff --git a/uv.lock b/uv.lock index 3b36a36bb..98c7a9933 100644 --- a/uv.lock +++ b/uv.lock @@ -3592,6 +3592,7 @@ dependencies = [ { name = "redis" }, { name = "spider-client" }, { name = "sqlalchemy", extra = ["aiosqlite", "postgresql-psycopg2binary", "postgresql-psycopgbinary"] }, + { name = "sseclient-py" }, { name = "supabase" }, { name = "types-cachetools" }, { name = "upstash-vector" }, @@ -3744,6 +3745,7 @@ requires-dist = [ { name = "sentence-transformers", marker = "extra == 'local'", specifier = ">=2.3.1" }, { name = "spider-client", specifier = ">=0.0.27,<1.0.0" }, { name = "sqlalchemy", extras = ["aiosqlite", "postgresql-psycopg2binary", "postgresql-psycopgbinary"], specifier = ">=2.0.36,<3.0.0" }, + { name = "sseclient-py", specifier = "==1.8.0" }, { name = "supabase", specifier = "~=2.6.0" }, { name = "types-cachetools", specifier = ">=5.3.0.5,<6.0.0" }, { name = "upstash-vector", specifier = ">=0.5.0,<1.0.0" }, @@ -7310,6 +7312,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/cc/5f/8838e6b1b6673709e93386d6d42d28030883079b5ebcbdc7a37f2953e993/sqlmodel-0.0.18-py3-none-any.whl", hash = "sha256:d70fdf8fe595e30a918660cf4537b9c5fc2fffdbfcba851a0135de73c3ebcbb7", size = 26507 }, ] +[[package]] +name = "sseclient-py" +version = "1.8.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/e8/ed/3df5ab8bb0c12f86c28d0cadb11ed1de44a92ed35ce7ff4fd5518a809325/sseclient-py-1.8.0.tar.gz", hash = "sha256:c547c5c1a7633230a38dc599a21a2dc638f9b5c297286b48b46b935c71fac3e8", size = 7791 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/49/58/97655efdfeb5b4eeab85b1fc5d3fa1023661246c2ab2a26ea8e47402d4f2/sseclient_py-1.8.0-py2.py3-none-any.whl", hash = "sha256:4ecca6dc0b9f963f8384e9d7fd529bf93dd7d708144c4fb5da0e0a1a926fee83", size = 8828 }, +] + [[package]] name = "stack-data" version = "0.6.3"