Skip to content

Commit

Permalink
update python libs
Browse files Browse the repository at this point in the history
  • Loading branch information
nrccua-timr committed Sep 17, 2024
1 parent e7bfe2c commit f2c82c9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 10 additions & 10 deletions aioradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@ 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
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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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',
Expand All @@ -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=[
Expand Down

0 comments on commit f2c82c9

Please sign in to comment.