Skip to content

Commit

Permalink
update rasa version
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Jun 12, 2024
1 parent 046aad1 commit 1bbba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/flows/transfer_money.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ flows:
transfer_money:
description: send money to friends and family
name: transfer money
always_include_in_prompt: True
steps:
- collect: transfer_money_recipient
description: the name of a person
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ priority = "supplemental"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.11"
rasa-pro = "3.8.6"
rasa-pro = "3.8.8"

[tool.poetry.group.dev.dependencies]
toml = "^0.10.2"

0 comments on commit 1bbba81

Please sign in to comment.