diff --git a/requirements.txt b/requirements.txt index 7f9d5982..87127dcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ pydantic==1.10.6 tenacity==8.2.2 python-dotenv==1.0.0 pillow==9.4.0 -boto3==1.26.94 +boto3 uvicorn==0.21.1 python-ptrace==0.9.8 jinja2==3.1.2 diff --git a/setup.py b/setup.py index 3222b4f7..57522c41 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.5.1', + version = '0.5.2', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', @@ -72,7 +72,7 @@ setup( 'tenacity==8.2.2', 'python-dotenv==1.0.0', 'pillow==9.4.0', - 'boto3==1.26.94', + 'boto3', 'uvicorn==0.21.1', 'python-ptrace==0.9.8', 'jinja2==3.1.2',