Skip to content

Commit

Permalink
Bump Spot SDK version from 4.1.0 to 4.1.1 (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai authored Jan 28, 2025
1 parent 64765ca commit 800b1f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spot Wrapper

![Python](https://img.shields.io/badge/python-3.8|3.9|3.10-blue)
![Python](https://img.shields.io/badge/python-3.10-blue)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![CI](https://github.com/bdaiinstitute/spot_wrapper/workflows/CI/badge.svg)](https://github.com/bdaiinstitute/spot_wrapper/actions)
Expand All @@ -9,7 +9,7 @@

This Python package is a wrapper around the [Boston Dynamics Spot SDK](https://dev.bostondynamics.com), intended as a united point of entry to the SDK for use with the [spot_ros](https://github.com/heuristicus/spot_ros) and [spot_ros2](https://github.com/bdaiinstitute/spot_ros2) packages.

This package currently corresponds to `spot-sdk` release 4.1.0. As support for Python 3.8 and 3.9 was dropped in this release, the minimum supported version of Python this package supports is 3.10.
This package currently corresponds to `spot-sdk` release 4.1.1. The minimum supported version of Python this package supports is 3.10.

# Installation

Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aiortc==1.5.0
bosdyn-api==4.1.0
bosdyn-choreography-client==4.1.0
bosdyn-client==4.1.0
bosdyn-core==4.1.0
bosdyn-mission==4.1.0
bosdyn-api==4.1.1
bosdyn-choreography-client==4.1.1
bosdyn-client==4.1.1
bosdyn-core==4.1.1
bosdyn-mission==4.1.1
grpcio==1.59.3
image==1.5.33
inflection==0.5.1
Expand Down

0 comments on commit 800b1f7

Please sign in to comment.