Skip to content

Commit

Permalink
Merge pull request #758 from lsst-sqre/tickets/DM-39186
Browse files Browse the repository at this point in the history
DM-39186: Drop aiofiles dependency
  • Loading branch information
rra authored May 16, 2023
2 parents 9c48b48 + f261ad0 commit 101a7ff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Dependencies are updated to the latest available version during each release. Th

<!-- scriv-insert-here -->

<a id='changelog-9.2.1'></a>
## 9.2.1 (2023-05-15)

### Bug fixes

- TCP keepalive for Redis connections apparently caused problems with holding connections open that the Redis server wanted to close. The TCP keepalive setting has been removed, which appears to increase the stability of the Redis connections.
- Connections to Redis are now retried longer (about eight seconds instead of three seconds) in the hope of surviving a Redis restart without failures.

### Other changes

- Gafaelfawr now uses the [Ruff](https://beta.ruff.rs/docs/) linter instead of flake8, isort, and pydocstyle.

<a id='changelog-9.2.0'></a>
## 9.2.0 (2023-04-19)

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20230515_120829_rra_DM_39186.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230515_152805_rra_DM_39186.md

This file was deleted.

1 change: 0 additions & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# make update-deps

# These dependencies are for fastapi including some optional features.
aiofiles
fastapi
python-multipart
starlette
Expand Down
4 changes: 0 additions & 4 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#
# pip-compile --allow-unsafe --generate-hashes --output-file=requirements/main.txt --resolver=backtracking requirements/main.in
#
aiofiles==23.1.0 \
--hash=sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2 \
--hash=sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635
# via -r requirements/main.in
aiohttp==3.8.4 \
--hash=sha256:03543dcf98a6619254b409be2d22b51f21ec66272be4ebda7b04e6412e4b2e14 \
--hash=sha256:03baa76b730e4e15a45f81dfe29a8d910314143414e528737f8589ec60cf7391 \
Expand Down

0 comments on commit 101a7ff

Please sign in to comment.