diff --git a/phi/llm/agent/shell.py b/phi/llm/agent/shell.py new file mode 100644 index 0000000000..02b7998c52 --- /dev/null +++ b/phi/llm/agent/shell.py @@ -0,0 +1,2 @@ +# DEPRECATED: Use phi.agent.shell instead +from phi.agent.shell import ShellAgent # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index adeed43aaf..4c87811ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index 98ed7d2da6..1f8adcbdc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ # 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 @@ -15,7 +15,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