-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security updates #6531
Security updates #6531
Conversation
piiq
commented
Jun 21, 2024
- Drop support for python 3.8
- Bump scikit-learn, and urllib3 to patched versions
- Bump ws and braces to patched versions on website and frontend-components
- Bump devtools
There is a problem with openbb-devtools. It brings in vcrpy that has a pin of urllib3 that doesn't seem to work nicely with poetry |
resolved. vcrpy works fine with later urllib3 on python 3.10. i've bumped the deps in a way our dev install script allows solving the env for 3.9 |
I think the charting extension, and a couple of others, are missing the |
need to bump Finviz to 1.0.0 in this security update. the package has been released last week and Python 3.8 support has been dropped. package is |
* Fix FMP currency snapshot model after a security update * fixes * add to the commit * lint --------- Co-authored-by: Danglewood <[email protected]>
…penBBTerminal into bugfix/security-updates
Never mind that, static assets needed to be rebuilt.
|
@piiq, are we enabling 3.12 support in this PR? I'm still being blocked by the project's requirements. |
yes |