Conversation
| Changed | ||
| ~~~~~~~ |
There was a problem hiding this comment.
There's already a Changed sub-section below under in development
| Changed | ||
| ~~~~~~~ | ||
|
|
||
| * Bumped `pyyaml` to `6.0.1` and `orjson` to `3.9.7` |
There was a problem hiding this comment.
| * Bumped `pyyaml` to `6.0.1` and `orjson` to `3.9.7` | |
| * Bumped `pyyaml` to `6.0.1` and `orjson` to `3.9.7`. #6029 |
|
Thanks for the contribution! Additionally, there are more py lock files that need a regeneration. |
Yeah, I'm not sure this'll ever work on Python 3.6, support was dropped in orjson==3.6.2. |
A workaround might be, first, |
|
If 3.9.7 is not available for python 3.6 then we can't bump to that version, as we are still using pip and therefore the same requirement files are used for python 3.6 and 3.8. There are some instructions in: #5789, and also in the st2/lockfiles/st2-constraints.txt and st2/pants-requirements.txt |
This is what I'm currently seeing under Python 3.8.10 with PyYAML 5.4.1: