Skip to content

Commit

Permalink
Bumped version while bot install (#190)
Browse files Browse the repository at this point in the history
* Updated abstract to include plugin credential

* Updated version of jb-manager-bot while bot install
  • Loading branch information
shreypandey authored Aug 28, 2024
1 parent 4c4106a commit 1f0b0a0
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 @@ -14,7 +14,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==0.2.2\n" + bot_requirements_txt
"openai\ncryptography\njb-manager-bot==0.2.3\n" + bot_requirements_txt
)

bots_parent_directory = Path(__file__).parent.parent.parent
Expand Down

0 comments on commit 1f0b0a0

Please sign in to comment.