Skip to content

Commit 4265cbd

Browse files
committed
Bumping Apache Arrow version to 1.0.0.
Bumping Apache Arrow version to 1.0.0.
1 parent 2a515df commit 4265cbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

awswrangler/_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ def wrapper(*args, **kwargs):
258258
keywords: Dict[str, Any] = args[name]
259259
del args[name]
260260
args = {**args, **keywords}
261-
_logger.debug("args: %s", args)
262261
return function(**args)
263262

264263
wrapper.__doc__ = _inject_config_doc(doc=function.__doc__, available_configs=available_configs)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pymysql>=0.9.0,<0.11.0
55
sqlalchemy-redshift>=0.7.0,<0.9.0
66
SQLAlchemy~=1.3.10
77
pandas~=1.0.0
8-
pyarrow~=0.17.0
8+
pyarrow~=1.0.0
99
s3fs~=0.4.2
1010
psycopg2-binary~=2.8.0

0 commit comments

Comments
 (0)