Skip to content

Commit

Permalink
Merge pull request #113 from nrccua/DS-453-update-redis-asyncio
Browse files Browse the repository at this point in the history
Update redis
  • Loading branch information
nrccua-timr authored Nov 6, 2023
2 parents ca7a953 + d7c63cf commit 5a9347b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ History
=======


v0.20.0 (2023-11-06)

* Update redis==5.0.1.
* Update fakeredis==2.20.0.


v0.19.4 (2023-11-03)

* Add common data science functions to ds_utils.py.
Expand Down
4 changes: 2 additions & 2 deletions aioradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ botocore==1.31.17
cython==3.0.5
ddtrace==1.11.2
dominodatalab==1.2.4
fakeredis==1.10.1
fakeredis==2.20.0
faust-cchardet==2.1.19
flask==2.1.2
flask-cors==3.0.10
Expand All @@ -29,7 +29,7 @@ pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
python-json-logger==2.0.7
redis==3.5.3
redis==5.0.1
twine==4.0.2
werkzeug==2.1.2
wheel==0.41.3
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.19.4',
version='0.20.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 All @@ -28,7 +28,7 @@
'boto3==1.28.17',
'ddtrace>=0.60.1',
'faust-cchardet>=2.1.18',
'fakeredis>=1.7.1',
'fakeredis>=2.20.0',
'haversine>=2.8.0',
'httpx>=0.23.0',
'mandrill>=1.0.60',
Expand All @@ -41,7 +41,7 @@
'pysmb>=1.2.7',
'python-json-logger>=2.0.2',
'pyspark>=3.4.1',
'redis==3.5.3'
'redis==5.0.1'
],
include_package_data=True,
tests_require=[
Expand Down

0 comments on commit 5a9347b

Please sign in to comment.