From 18ddfacd8ba7da686e0f0b5b5877bfbd423c3844 Mon Sep 17 00:00:00 2001 From: Patrick Zippenfenig Date: Wed, 8 Jan 2025 16:24:55 +0100 Subject: [PATCH] fix: undo python version pinning (#172) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0441fd0..f90c2c4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] requires-python = ">=3.8.1" dependencies = [ - "flatbuffers>=24.3.25", + "flatbuffers>=24.0.0", ] [project.urls]