You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Python upgrade 3.11 (#8133)" (#8154)
This reverts commit d41ebd4.
Due to a problem in the main repo, we need to revert back to 3.10 temporarily while we fix it.
Python upgrade 3.11 (#8133)
* Upgrade Python
* update filter groups to match python config files
* update python in more places
---------
Co-authored-by: Viktor Andersson <[email protected]>
fix(parsers): fix return value for some parsers (#8144)
We enforced type checking of the returned value from the parsers. We expects the parsers to return a list.
The following were returning a dict and thus were failing.
The list of affected parsers is :
- production: JP-KN, JP-SK, JP-KY, GB-ORK, CA-AB, AU-WA-RI, AU-TAS-FI, AU-TAS-KI
- consumption: KW
- price: NZ
- exchange: GB->GB-ORK
feat(web): script to generate arrows (#8137)
* feat(web): script to generate arrows
* Ensure script can be run from `scripts` folder, like before
* Set quality to 50
* Regenerate arrows
* Revert images
* Revert using convert instead of magick
* Quality 40
---------
Co-authored-by: Olivier Corradi <[email protected]>