diff --git a/poetry.lock b/poetry.lock index f0894fdc..aa937720 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7654,4 +7654,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e32c8c6d73011d106bc579853eff62fe7748f0697692e0b86a21f9c18b9f4b5c" +content-hash = "17803f8f66579add3c330d695c5c72a92cf9f6ba5c512f4c6c3cc0ce63749d1d" diff --git a/pyproject.toml b/pyproject.toml index 5d9a26ae..3e3e5c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "parea-ai" packages = [{ include = "parea" }] -version = "0.2.211" +version = "0.2.212" description = "Parea python sdk" readme = "README.md" authors = ["joel-parea-ai "] @@ -48,6 +48,7 @@ levenshtein = "^0.25.0" pytz = "^2024.1" wrapt = "^1.16.0" tenacity = "*" +orjson = "^3.10.7" [tool.poetry.group.dev.dependencies] bandit = "^1.7.1"