diff --git a/pyproject.toml b/pyproject.toml index 307da38..155cfd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ keywords = [ "learning-systems" ] dependencies = [ - "camel-ai[all]==0.2.30", + "camel-ai[all]==0.2.31", "chunkr-ai>=0.0.41", "docx2markdown>=0.1.1", "gradio>=3.50.2", diff --git a/requirements.txt b/requirements.txt index 056bbac..37369ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -camel-ai[all]==0.2.30 +camel-ai[all]==0.2.31 chunkr-ai>=0.0.41 docx2markdown>=0.1.1 gradio>=3.50.2 diff --git a/uv.lock b/uv.lock index 1d8fdd9..3ad9dc8 100644 --- a/uv.lock +++ b/uv.lock @@ -482,7 +482,7 @@ wheels = [ [[package]] name = "camel-ai" -version = "0.2.30" +version = "0.2.31" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama" }, @@ -499,9 +499,9 @@ dependencies = [ { name = "pyyaml" }, { name = "tiktoken" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ef/86/57cbcae86d2d60dab0aad31b5302525c75f45ff5edc3c3819a378fa9e12c/camel_ai-0.2.30.tar.gz", hash = "sha256:e1639376e70e9cf1477eca88d1bdc1813855cbd1db683528e1f93027b6aa0b0a", size = 442842 } +sdist = { url = "https://files.pythonhosted.org/packages/09/80/fb2a92d475540a2db424d1669eee81f3e95d52aa8cbfea708601f00dda32/camel_ai-0.2.31.tar.gz", hash = "sha256:4de142c9541fa4d5630e3e4a18f51c40ba657b5a9ac718cb7074bda911512be2", size = 443968 } wheels = [ - { url = "https://files.pythonhosted.org/packages/85/fe/8f1d17896aedbc9e0dfa1bff40d560e5a6808d9b727e04c293be6be5954f/camel_ai-0.2.30-py3-none-any.whl", hash = "sha256:e09eec860331cdb4da4e49f46f5d45345a81820c5847556fdf9e7827dd9bbfa9", size = 752672 }, + { url = "https://files.pythonhosted.org/packages/27/a6/a5d5e7530a70ca01854be5cf4cebd84d4c9e56912222db0b62cd05d75a72/camel_ai-0.2.31-py3-none-any.whl", hash = "sha256:ef8dcbd1cace25927f39ceaa7bc3f0c556c3aa61cf691067dc705ef92b21ed28", size = 753996 }, ] [package.optional-dependencies] @@ -3622,7 +3622,7 @@ dependencies = [ [package.metadata] requires-dist = [ - { name = "camel-ai", extras = ["all"], specifier = "==0.2.30" }, + { name = "camel-ai", extras = ["all"], specifier = "==0.2.31" }, { name = "chunkr-ai", specifier = ">=0.0.41" }, { name = "docx2markdown", specifier = ">=0.1.1" }, { name = "gradio", specifier = ">=3.50.2" },