Skip to content

Commit

Permalink
update python packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshbhardwaj committed Jul 30, 2024
1 parent a493e06 commit ee1f96d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion agents/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sirji-messages==0.0.32
sirji-messages==0.0.33
sirji-tools==0.0.16
openai==1.35.7
anthropic==0.29.0
Expand Down
2 changes: 1 addition & 1 deletion agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sirji-agents',
version='0.0.48',
version='0.0.49',
author='Sirji',
description='Orchestrator, Generic Agent, and Research Agent components of the Sirji AI agentic framework.',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion messages/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sirji-messages',
version='0.0.32',
version='0.0.33',
author='Sirji',
description='Sirji messaging protocol implementation to create, validate and parse messages.',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion sirji/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sirji",
"displayName": "Sirji",
"description": "Sirji is an AI Software Development Agent.",
"version": "0.0.31-beta.2",
"version": "0.0.31-beta.3",
"publisher": "TrueSparrow",
"icon": "out/assets/sirji.png",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
urllib3==2.2.1
pyyaml==6.0.1
sirji-messages==0.0.32
sirji-agents == 0.0.48
sirji-messages==0.0.33
sirji-agents == 0.0.49
4 changes: 2 additions & 2 deletions sirji/vscode-extension/src/py_scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
urllib3==1.25.11
pyyaml==6.0.1
sirji-messages==0.0.32
sirji-agents == 0.0.48
sirji-messages==0.0.33
sirji-agents == 0.0.49

0 comments on commit ee1f96d

Please sign in to comment.