brainglobe / morphapi

A lightweight python package to download neuronal morphologies
https://brainglobe.info/documentation/morphapi/index.html
MIT License
17 stars 6 forks source link

Fix: Compatibility with urllib3>=2 #40

Closed adrien-berchet closed 11 months ago

adrien-berchet commented 11 months ago

Description

What is this PR

Why is this PR needed? urllib3 removed DEFAULT_CIPHERS from urllib3.util.ssl_

What does this PR do? Create a context with specific ciphers.

How has this PR been tested?

The tests fail on the master branch and pass on this branch.

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist: