Replies: 2 comments
-
You can use virtual env to solve this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately I have no plans to make a version bump for the v1.x version. The v2 version of the library should hopefully be out relatively soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use this module in a project but I have a transient dependency on aiohttp that is
<=3.8.1,>=3.8.0
. The 1.7.3 release specifies<3.8.0
I can see on
master
we're asking for<4
which would work fine but even3.8.1
would work.Beta Was this translation helpful? Give feedback.
All reactions