mrsool / zatca

An unofficial Ruby library for generating ZATCA e-invoices, QR Codes, and submitting e-invoices to ZATCA's servers.
MIT License
36 stars 12 forks source link

Httpx dependency needs an update #29

Open Anas-Nabulsi opened 3 months ago

Anas-Nabulsi commented 3 months ago

There's a known problem for windows users that is only solved in later versions of httpx. For reference: https://github.com/HoneyryderChuck/httpx/issues/19

I'm running into the same issue when running the application. I confirm the issue is solved after I forked the repo and updated the dependency myself.

obahareth commented 3 months ago

Thanks @Anas-Nabulsi. We actually need to support older Ruby versions, the latest versions of HTTPX do not support them. Will look into doing this with Net::HTTP or Faraday instead for now.