Skip to content

Commit dc1f5fe

Browse files
committed
Fix for chardet
1 parent 62c0322 commit dc1f5fe

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

flo_ai/poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flo_ai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flo_ai"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "A easy way to create structured AI agents"
55
authors = ["rootflo <*@rootflo.ai>"]
66
license = "MIT"
@@ -23,7 +23,7 @@ aiohttp = "^3.12.14"
2323
google-cloud-aiplatform = "^1.109.0"
2424
pypdf = "^4.2.0"
2525
pymupdf4llm = "^0.0.17"
26-
chardet = "^5.2.0"
26+
chardet = ">=3.dev0,<4.dev0"
2727

2828
[tool.poetry.extras]
2929
vizualize = ["matplotlib", "networkx"]

0 commit comments

Comments
 (0)