From f2c82c9ce10a0f8a3e195c44cae27f687f12929b Mon Sep 17 00:00:00 2001 From: Tim Reichard Date: Tue, 17 Sep 2024 14:36:44 -0500 Subject: [PATCH] update python libs --- HISTORY.rst | 14 ++++++++++++++ aioradio/requirements.txt | 20 ++++++++++---------- setup.py | 6 +++--- 3 files changed, 27 insertions(+), 13 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d3afd4b..8c45af6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,20 @@ History ======= +v0.21.0 (2024-09-17) + +* Update cython==3.0.11. +* Update fakeredis==2.24.1. +* Update httpx==0.27.2. +* Update numpy==1.26.4. +* Update polars==1.7.1. +* Update pre-commit==3.8.0. +* Update pylint==3.2.7. +* Update redis==5.0.8. +* Update werkzeug==3.0.4. +* Update wheel==0.44.0. + + v0.20.24 (2024-07-26) * Update install require numpy==1.23.5. diff --git a/aioradio/requirements.txt b/aioradio/requirements.txt index 43047f8..83e96ab 100644 --- a/aioradio/requirements.txt +++ b/aioradio/requirements.txt @@ -3,31 +3,31 @@ aiojobs==1.3.0 backoff==2.2.1 boto3==1.34.131 botocore==1.34.131 -cython==3.0.10 +cython==3.0.11 databricks-connect==14.3.1 ddtrace==2.6.5 -fakeredis==2.23.3 +fakeredis==2.24.1 faust-cchardet==2.1.19 flask==3.0.3 flask-cors==4.0.1 grpcio==1.62.2 grpcio-status==1.62.2 haversine==2.8.1 -httpx==0.27.0 +httpx==0.27.2 mandrill==1.0.60 mlflow==2.14.3 moto==4.2.14 -numpy==1.23.5 +numpy==1.26.4 openpyxl==3.0.10 orjson==3.9.15 pandas==2.2.2 pkginfo==1.10.0 -polars==1.2.1 -pre-commit==3.7.1 +polars==1.7.1 +pre-commit==3.8.0 protobuf==4.25.4 psycopg2-binary==2.9.9 pyarrow==15.0.2 -pylint==3.2.6 +pylint==3.2.7 pyodbc==5.1.0 --no-binary=pyodbc pysmb==1.2.9.1 pyspark==3.4.3 @@ -35,8 +35,8 @@ pytest==8.1.2 pytest-asyncio==0.21.1 pytest-cov==5.0.0 python-json-logger==2.0.7 -redis==5.0.7 +redis==5.0.8 twine==5.1.1 typing_extensions==4.11.0 -werkzeug==3.0.3 -wheel==0.43.0 +werkzeug==3.0.4 +wheel==0.44.0 diff --git a/setup.py b/setup.py index 96986fd..6c79249 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = fileobj.read() setup(name='aioradio', - version='0.20.24', + version='0.21.0', description='Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more', long_description=long_description, long_description_content_type="text/markdown", @@ -35,7 +35,7 @@ 'httpx>=0.23.0', 'mandrill>=1.0.60', 'mlflow>=2.10.2', - 'numpy==1.23.5', + 'numpy==1.26.4', 'openpyxl==3.0.10', 'orjson>=3.6.8', 'pandas>=1.3.5', @@ -58,7 +58,7 @@ 'pytest-asyncio>=0.15.1', 'pytest-cov>=3.0.0', 'typing_extensions>=4.10.0', - 'werkzeug==3.0.3' + 'werkzeug==3.0.4' ], zip_safe=False, classifiers=[