We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 635ece3 + 1c7e4ac commit bf1006cCopy full SHA for bf1006c
Pipfile
@@ -13,6 +13,6 @@ pytest-asyncio = "*"
13
[packages]
14
twilio = "==6.54.0"
15
signalwire = {editable = true,path = "."}
16
-aiohttp = "*"
+aiohttp = "3.9.5"
17
18
[requires]
setup.py
@@ -40,7 +40,7 @@ def get_version():
40
packages=find_packages(exclude=['tests', 'tests.*']),
41
install_requires=[
42
'twilio==6.54.0',
43
- 'aiohttp',
+ 'aiohttp==3.9.5',
44
],
45
python_requires='>=3.6',
46
zip_safe=False
signalwire/__init__.py
@@ -1,3 +1,3 @@
1
name = "signalwire"
2
3
-__version__ = '2.1.0'
+__version__ = '2.1.1'
0 commit comments