From 950057e418e6e5aae785cd001202fc43723ec502 Mon Sep 17 00:00:00 2001 From: rootflo-hardik Date: Wed, 15 Oct 2025 16:07:35 +0530 Subject: [PATCH] fixing chardet version --- flo_ai/poetry.lock | 12 ++++++------ flo_ai/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flo_ai/poetry.lock b/flo_ai/poetry.lock index 434f281e..1021e07f 100644 --- a/flo_ai/poetry.lock +++ b/flo_ai/poetry.lock @@ -490,14 +490,14 @@ files = [ [[package]] name = "chardet" -version = "5.2.0" -description = "Universal encoding detector for Python 3" +version = "3.0.4" +description = "Universal encoding detector for Python 2 and 3" optional = false -python-versions = ">=3.7" +python-versions = "*" groups = ["main"] files = [ - {file = "chardet-5.2.0-py3-none-any.whl", hash = "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"}, - {file = "chardet-5.2.0.tar.gz", hash = "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7"}, + {file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"}, + {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"}, ] [[package]] @@ -4534,4 +4534,4 @@ vizualize = ["matplotlib", "networkx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "9fb94715a0d2fd21db13ad36d2a498d5da444bef6292dcb289d0b6dd7537b82f" +content-hash = "16ddcd337f56cbd3a241afbbab9c69baaaff08fea81c81e5ff2ba8a13d638156" diff --git a/flo_ai/pyproject.toml b/flo_ai/pyproject.toml index 2a5e937e..78f5e4d1 100644 --- a/flo_ai/pyproject.toml +++ b/flo_ai/pyproject.toml @@ -23,7 +23,7 @@ aiohttp = "^3.12.14" google-cloud-aiplatform = "^1.109.0" pypdf = "^4.2.0" pymupdf4llm = "^0.0.17" -chardet = "^5.2.0" +chardet = ">=3.dev0,<4.dev0" [tool.poetry.extras] vizualize = ["matplotlib", "networkx"]