From 9591dae25548283ed601ca5023581a7f9b3fe609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:13:46 +0000 Subject: [PATCH] deps: update fastavro requirement from >=1.8.0 to >=1.12.2 Updates the requirements on [fastavro](https://github.com/fastavro/fastavro) to permit the latest version. - [Release notes](https://github.com/fastavro/fastavro/releases) - [Changelog](https://github.com/fastavro/fastavro/blob/master/ChangeLog) - [Commits](https://github.com/fastavro/fastavro/compare/1.8.0...1.12.2) --- updated-dependencies: - dependency-name: fastavro dependency-version: 1.12.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d9e2f3..ab00df8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "pyyaml>=6.0", "pandas>=2.0.0", "pyarrow>=12.0.0", - "fastavro>=1.8.0", + "fastavro>=1.12.2", ] [project.optional-dependencies]