diff --git a/poetry.lock b/poetry.lock index 3fdd1acca..13582e8bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -223,12 +223,13 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "avro" -version = "1.11.3" +version = "1.12.0" description = "Avro is a serialization and RPC framework." optional = true -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "avro-1.11.3.tar.gz", hash = "sha256:3393bb5139f9cf0791d205756ce1e39a5b58586af5b153d6a3b5a199610e9d17"}, + {file = "avro-1.12.0-py2.py3-none-any.whl", hash = "sha256:9a255c72e1837341dd4f6ff57b2b6f68c0f0cecdef62dd04962e10fd33bec05b"}, + {file = "avro-1.12.0.tar.gz", hash = "sha256:cad9c53b23ceed699c7af6bddced42e2c572fd6b408c257a7d4fc4e8cf2e2d6b"}, ] [package.extras] @@ -5055,4 +5056,4 @@ vector-db-based = ["cohere", "langchain", "openai", "tiktoken"] [metadata] lock-version = "2.0" python-versions = "^3.10,<3.13" -content-hash = "cf5b77735c19b31a1a97e931b736f6ddd7721c607200b1bcb572eef26bace886" +content-hash = "cd00a5571ed47226b6357e386e8894910b0d34acb6ae57a8ec597d1ff9a34a4b" diff --git a/pyproject.toml b/pyproject.toml index eab81bb7f..794ecaef1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ requests = "*" requests_cache = "*" wcmatch = "10.0" # Extras depedencies -avro = { version = "~1.11.2", optional = true } +avro = { version = ">=1.11.2,<1.13.0", optional = true } cohere = { version = "4.21", optional = true } fastavro = { version = "~1.8.0", optional = true } langchain = { version = "0.1.16", optional = true }