This repository was archived by the owner on Jan 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +9
-11
lines changed
botbuilder-integration-aiohttp
botbuilder-integration-applicationinsights-aiohttp Expand file tree Collapse file tree 8 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 88 "azure-cognitiveservices-language-luis==0.2.0" ,
99 "botbuilder-schema==4.13.0" ,
1010 "botbuilder-core==4.13.0" ,
11- "aiohttp== 3.6.2" ,
11+ "aiohttp>= 3.6.2,<3.8.0 " ,
1212]
1313
1414TESTS_REQUIRES = ["aiounittest>=1.1.0" ]
Original file line number Diff line number Diff line change 1- aioresponses = =0.6.3
1+ aioresponses ~ =0.6.3
Original file line number Diff line number Diff line change 99 "azure-storage-blob==12.7.0" ,
1010 "botbuilder-schema==4.13.0" ,
1111 "botframework-connector==4.13.0" ,
12- "jsonpickle== 1.2" ,
12+ "jsonpickle>= 1.2,<1.5 " ,
1313]
1414TEST_REQUIRES = ["aiounittest==1.3.0" ]
1515
Original file line number Diff line number Diff line change 88REQUIRES = [
99 "botbuilder-schema==4.13.0" ,
1010 "botframework-connector==4.13.0" ,
11- "jsonpickle== 1.2" ,
11+ "jsonpickle>= 1.2,<1.5 " ,
1212]
1313
1414root = os .path .abspath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change 1010 "botframework-connector==4.13.0" ,
1111 "botbuilder-core==4.13.0" ,
1212 "yarl<=1.4.2" ,
13- "aiohttp= =3.6.2" ,
13+ "aiohttp~ =3.6.2" ,
1414]
1515
1616root = os .path .abspath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change 66
77REQUIRES = [
88 "applicationinsights>=0.11.9" ,
9- "aiohttp== 3.6.2" ,
9+ "aiohttp>= 3.6.2,<3.8.0 " ,
1010 "botbuilder-schema==4.13.0" ,
1111 "botframework-connector==4.13.0" ,
1212 "botbuilder-core==4.13.0" ,
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ botbuilder-schema==4.13.0
33requests == 2.23.0
44PyJWT == 1.5.3
55cryptography == 3.3.2
6- msal == 1.2 .0
6+ msal == 1.6 .0
Original file line number Diff line number Diff line change 88VERSION = os .environ ["packageVersion" ] if "packageVersion" in os .environ else "4.13.0"
99REQUIRES = [
1010 "msrest==0.6.10" ,
11- "requests==2.23.0" ,
12- "cryptography==3.3.2" ,
13- "PyJWT==1.5.3" ,
11+ "requests>=2.23.0,<2.26" ,
12+ "PyJWT>=1.5.3,<2.0.0" ,
1413 "botbuilder-schema==4.13.0" ,
15- "adal==1.2.1" ,
1614 "msal==1.6.0" ,
1715]
1816
You can’t perform that action at this time.
0 commit comments