nasa / fprime-tools

F´ Python tooling and helpers.
https://github.com/nasa/fprime
Apache License 2.0
21 stars 39 forks source link

Fix urllib3 version to prevent breakages on macOS #141

Closed LeStarch closed 1 year ago

LeStarch commented 1 year ago
Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

urllib3>=2.0.0 breaks on macOS over SSL versioning. This fixes the package version until urllib3 comes up with a solution.

LeStarch commented 1 year ago

@thomas-bc yes this only applies to the system python on macOS, which is specifically recommended against using (it is for OS support)....however, even seasoned mac users don't know this and I don't want to have to document this "correct fix".