goshippo / shippo-python-client

Shipping API Python library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
MIT License
123 stars 70 forks source link

simplejson version #94

Open cglace opened 2 years ago

cglace commented 2 years ago

Currently, the shippo client only supports simplejson up 3.17.2. Our app relies on simplejson 3.17.6. Can the simplejson version be bumped?

JerryMartinsonLeviti commented 1 year ago

Hi, I'm up to needing simplejson==3.18.1 now. It's hard to run a secure Django app without some of the updates that depend on this.

 ERROR: Cannot install shippo==2.1.2 and simplejson==3.18.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested simplejson==3.18.1
    shippo 2.1.2 depends on simplejson<=3.17.2 and >=3.16.0

I can rewrite the API from scratch if python support is understaffed to keep up with the library churn but I'd like to know before I do that.

Falibur commented 1 year ago

Indeed, facing the same problem. Could this restriction be removed?