uktrade / stream-read-xbrl

Python package to parse Companies House accounts data in a streaming way
https://stream-read-xbrl.docs.trade.gov.uk/
MIT License
17 stars 2 forks source link

fix: use passed in httpx client #161

Closed michalc closed 8 months ago

michalc commented 8 months ago

At the moment https://download.companieshouse.gov.uk/ seems to have a certificate that isn't recongised by certain tools, e.g. httpx. So for now, suspect a custom httpx client needs to be passed into methods with a customised verify argument, and this client actually needs to be used.