diff --git a/setup.py b/setup.py index f373e0e5..dc0ed948 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,6 @@ # https://github.com/tilezen/mapbox-vector-tile 'mapbox-vector-tile == 2.0.1', 'future==0.18.3', - 'protobuf==4.25.8', + 'protobuf==5.29.6', ] )