We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5fc63 commit 0a34bbaCopy full SHA for 0a34bba
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [9.9.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.9.1...v9.9.2) (2025-05-16)
2
+
3
4
+### Bug Fixes
5
6
+* **oauth2:** fix compatibility with Python3.8 ([1faf3d0](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/1faf3d0486c9a7c82a79b74bc3286e412c217999))
7
8
## [9.9.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.9.0...v9.9.1) (2025-05-13)
9
10
riocli/bootstrap.py
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-__version__ = "9.9.1"
+__version__ = "9.9.2"
17
18
import os
19
0 commit comments