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]