From b2c6f63aa1b67716dd678478e43905c73a8c6c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:44:37 +0000 Subject: [PATCH] chore(deps): bump avro from 1.11.3 to 1.12.0 Bumps [avro](https://github.com/apache/avro) from 1.11.3 to 1.12.0. - [Release notes](https://github.com/apache/avro/releases) - [Commits](https://github.com/apache/avro/compare/release-1.11.3...release-1.12.0) --- updated-dependencies: - dependency-name: avro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 643fa9f9d..3f5f8c634 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] @@ -5029,4 +5030,4 @@ vector-db-based = ["cohere", "langchain", "openai", "tiktoken"] [metadata] lock-version = "2.0" python-versions = "^3.10,<3.13" -content-hash = "e59e000678d6893d857b957d468e6b35378ed75f3b9492bb81e5158e80d76f0b" +content-hash = "4ec21ccda2c77f36951f87d7d756746a40db799716f09492fcb9d39c1de35563" diff --git a/pyproject.toml b/pyproject.toml index 29a873c5e..74e7caa14 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 }