diff --git a/setup.py b/setup.py index 47ef68b..0a82891 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="near-lake-framework", - version="0.0.8", + version="0.0.9", author="Ivan Frolov", author_email="frolvanya@gmail.com", description="Python Library to connect to the NEAR Lake S3 and stream the data", @@ -27,9 +27,13 @@ install_requires=[ "asyncio>=3.4.3", "dataclasses>=0.6", - "dataclasses-json>=0.5.7", - "aiobotocore>=2.3.0", + "dataclasses-json>=0.6.6", + "botocore>=1.34.70", + "aiobotocore>=2.13.0", "requests>=2.32.2", + "types-botocore>=1.0.2", + "types-aiobotocore>=2.13.0", + "types-requests>=2.32.0.20240523", ], package_data={"near_lake_framework": ["py.typed"]}, )