diff --git a/docs/changelog.rst b/docs/changelog.rst index 6ca0da5..0b7083e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -30,6 +30,10 @@ Changelog * Add DRF and MapLibre examples +* Legacy + + * Unpin protobuf version as latest mapbox-vector-tile version is fixed. + 0.2.0 (2022-10-17) ------------------------ @@ -70,7 +74,6 @@ First beta release ------------------------ # First Release - * Generate Vector Tiles from django models * in python * with PostGIS diff --git a/setup.py b/setup.py index 586db3a..0246ff1 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,9 @@ "psycopg2-binary", # for dev and test only. in production, use psycopg2 ] + python = [ "mapbox_vector_tile", - "protobuf<4.21.0", # https://github.com/tilezen/mapbox-vector-tile/issues/113 ] setup(