Skip to content

Commit

Permalink
Updated bot installer version
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavbhuva authored Jul 19, 2024
1 parent f0ba5b0 commit c03b81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/src/handlers/bot_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
async def install_bot(
bot_id: str, bot_fsm_code: str, bot_requirements_txt: str, index_urls: List[str]
):
requirements_txt = "openai\ncryptography\njb-manager-bot\n" + bot_requirements_txt
requirements_txt = "openai\ncryptography\njb-manager-bot==0.2.0\n" + bot_requirements_txt

bots_parent_directory = Path(__file__).parent.parent.parent
bots_root_directory = Path(os.path.join(bots_parent_directory, "bots"))
Expand Down

0 comments on commit c03b81d

Please sign in to comment.