We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f5e98 commit 3b0e4ceCopy full SHA for 3b0e4ce
awswrangler/__version__.py
@@ -1,4 +1,4 @@
1
__title__ = "awswrangler"
2
__description__ = "Utility belt to handle data on AWS."
3
-__version__ = "0.0.5"
+__version__ = "0.0.6"
4
__license__ = "Apache License 2.0"
setup.py
@@ -22,10 +22,10 @@
22
exclude=["tests"]),
23
python_requires=">=3.6",
24
install_requires=[
25
- "pyarrow>=0.14.1",
+ "pyarrow>=0.14.0",
26
"pandas>=0.25.1",
27
- "botocore>=1.12.238",
28
- "boto3>=1.9.238",
+ "botocore>=1.12.239",
+ "boto3>=1.9.239",
29
"s3fs>=0.3.4",
30
"tenacity>=5.1.1",
31
"pg8000>=1.13.2",
0 commit comments