Skip to content

Commit 27158d3

Browse files
Copilotgonzalocasas
andcommitted
Fix roslibpy 2.0.0 compatibility by adding upper bound constraint
Co-authored-by: gonzalocasas <933277+gonzalocasas@users.noreply.github.com>
1 parent 63ff3b6 commit 27158d3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16+
### Fixed
17+
18+
* Fixed compatibility issue with `roslibpy 2.0.0` by adding upper bound `< 2` to the dependency constraint.
19+
1620

1721
## [1.1.0] 2025-04-17
1822

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
compas >= 2.0.4, < 3
22
compas_robots >= 0.3, < 1
3-
roslibpy >= 1.1.0
3+
roslibpy >= 1.1, < 2
44
pyserial

0 commit comments

Comments
 (0)