mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Bump constraint for aiostream
There's a newer version available, and it also doesn't have any breaking changes which could affect us.
This commit is contained in:
parent
ddfe3cc749
commit
d42707c108
2 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ Version 0.20.0
|
||||||
- Add support for Python 3.12 and Python 3.13.
|
- Add support for Python 3.12 and Python 3.13.
|
||||||
- Properly close the status database after using. This especially affects tests,
|
- Properly close the status database after using. This especially affects tests,
|
||||||
where we were leaking a large amount of file descriptors.
|
where we were leaking a large amount of file descriptors.
|
||||||
|
- Extend supported versions of ``aiostream`` to include 0.7.x.
|
||||||
|
|
||||||
Version 0.19.3
|
Version 0.19.3
|
||||||
==============
|
==============
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ dependencies = [
|
||||||
"click-log>=0.3.0,<0.5.0",
|
"click-log>=0.3.0,<0.5.0",
|
||||||
"requests>=2.20.0",
|
"requests>=2.20.0",
|
||||||
"aiohttp>=3.8.2,<4.0.0",
|
"aiohttp>=3.8.2,<4.0.0",
|
||||||
"aiostream>=0.4.3,<0.6.0",
|
"aiostream>=0.4.3,<0.8.0",
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue