Skip to content

Commit

Permalink
limit rpds to something old enough for oe
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 16, 2024
1 parent b451291 commit 7767537
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 256 deletions.
4 changes: 4 additions & 0 deletions robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ server-utils = {editable = true, path = "./../server-utils"}
performance-metrics = {file = "../performance-metrics", editable = true}
robot-server = { editable = true, path = "."}
pydantic-settings = "==2.4.0"
# this is a dependency of jsonschema (which requires just >0.7.0).
# versions above 0.18.1 require a version of triomphe that requires a version of
# rust too new for openembedded
rpds-py = "==0.18.1"
Loading

0 comments on commit 7767537

Please sign in to comment.