Skip to content

Commit

Permalink
Pull from public connectedhomeip
Browse files Browse the repository at this point in the history
This commit pulls the commit 1536ca2
from public connectedhomeip master. The change is to bump the
promp-toolkit version to fix ptpyhon version update.
With this change the follwoing error from bootstrap.sh environment setup
will be fixed:
Failed to import module "pw_watch.watch" (ImportError: cannot import name
'OneStyleAndTextTuple' from 'prompt_toolkit.formatted_text'

Public connectehomeip commit:
commit 1536ca2
Author: Andrei Litvin <[email protected]>
Date:   Wed Dec 13 13:27:16 2023 -0500

    Bump prompt-toolkit requirement to fix ptpython version update (project-chip#30987)

Signed-off-by: Maulik Jodhani <[email protected]>
  • Loading branch information
andy31415 authored and mjodhaniinnophaseiot committed Feb 6, 2024
1 parent b723355 commit 6697736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ portpicker==1.5.2
# via
# -r requirements.all.txt
# mobly
prompt-toolkit==3.0.38
prompt-toolkit==3.0.43
# via ipython
protobuf==4.24.4
# via
Expand Down

0 comments on commit 6697736

Please sign in to comment.