Skip to content

Commit

Permalink
v2.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Nov 10, 2023
1 parent bc4627b commit eb23703
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions phi/llm/agent/shell.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# DEPRECATED: Use phi.agent.shell instead
from phi.agent.shell import ShellAgent # noqa: F401
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phidata"
version = "2.0.36"
version = "2.0.37"
description = "AI Toolkit for Engineers"
requires-python = ">=3.7"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
#
annotated-types==0.6.0
anyio==4.0.0
boto3==1.28.79
botocore==1.31.79
boto3==1.28.83
botocore==1.31.83
certifi==2023.7.22
charset-normalizer==3.3.2
click==8.1.7
docker==6.1.3
gitdb==4.0.11
gitpython==3.1.40
h11==0.14.0
httpcore==1.0.1
httpcore==1.0.2
httpx==0.25.1
idna==3.4
jmespath==1.0.1
Expand Down

0 comments on commit eb23703

Please sign in to comment.