traveltime-dev / traveltime-python-sdk

TravelTime SDK for Python programming language
https://docs.traveltime.com/
MIT License
20 stars 5 forks source link

Update protobuf to the latest version #13

Closed flobaudry closed 1 year ago

flobaudry commented 1 year ago

Could you use the latest version of protobuf because the protobuf version that you use has some security issues (see https://github.com/advisories/GHSA-8gq9-2x98-w8hf)

danielnaumau commented 1 year ago

I updated it, you can use traveltimepy==2.0.6.

flobaudry commented 1 year ago

The last version of protobuf is 4.21.12 (https://pypi.org/project/protobuf/). You have updated to 3.20.3 which still have security issues