File tree Expand file tree Collapse file tree 11 files changed +15
-13
lines changed 
botbuilder-adapters-slack 
botbuilder-applicationinsights 
botbuilder-integration-aiohttp 
botbuilder-integration-applicationinsights-aiohttp Expand file tree Collapse file tree 11 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 11#  Python cache
22__pycache__ /
33* .pyc 
4+ .ipynb_checkpoints /
45
56#  Virtual environment
67env * /
@@ -67,4 +68,4 @@ src/build
6768* .pubxml 
6869
6970#  [begoldsm] ignore virtual env if it exists.
70- adlEnv /
71+ adlEnv /
Original file line number Diff line number Diff line change 1- aiohttp == 3.7 .4 
1+ aiohttp == 3.8 .4 
22pyslack 
33botbuilder-core == 4.15.0 
4- slackclient 
4+ slackclient 
Original file line number Diff line number Diff line change 88    "azure-cognitiveservices-language-luis==0.2.0" ,
99    "botbuilder-schema==4.15.0" ,
1010    "botbuilder-core==4.15.0" ,
11-     "aiohttp>=3.6.2,<3.8.0 " ,
11+     "aiohttp==3.8.4 " ,
1212]
1313
1414TESTS_REQUIRES  =  ["aiounittest>=1.1.0" ]
Original file line number Diff line number Diff line change 1212]
1313TESTS_REQUIRES  =  [
1414    "aiounittest==1.3.0" ,
15-     "django==3.2.16 " ,  # For samples 
15+     "django==3.2.17 " ,  # For samples 
1616    "djangorestframework==3.10.3" ,  # For samples 
17-     "flask==1.1.1 " ,  # For samples 
17+     "flask==2.2.5 " ,  # For samples 
1818]
1919
2020root  =  os .path .abspath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ botbuilder-schema==4.15.0
44botframework-streaming == 4.15.0 
55requests == 2.27.1 
66PyJWT == 2.4.0 
7- cryptography == 3.3.2 
7+ cryptography == 39.0.1 
88aiounittest == 1.3.0 
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ botbuilder-schema==4.15.0
44botbuilder-core == 4.15.0 
55requests == 2.27.1 
66PyJWT == 2.4.0 
7- cryptography == 3.3.2 
7+ cryptography == 39.0.1 
88aiounittest == 1.3.0 
Original file line number Diff line number Diff line change 11msrest == 0.6.* 
22botframework-connector == 4.15.0 
33botbuilder-schema == 4.15.0 
4- aiohttp == 3.8.3  
4+ aiohttp == 3.8.4  
Original file line number Diff line number Diff line change 1010    "botframework-connector==4.15.0" ,
1111    "botbuilder-core==4.15.0" ,
1212    "yarl<=1.4.2" ,
13-     "aiohttp>=3.6.2,<3.8.0 " ,
13+     "aiohttp==3.8.4 " ,
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,<3.8.0 " ,
9+     "aiohttp==3.8.4 " ,
1010    "botbuilder-schema==4.15.0" ,
1111    "botframework-connector==4.15.0" ,
1212    "botbuilder-core==4.15.0" ,
Original file line number Diff line number Diff line change 66
77NAME  =  "botbuilder-schema" 
88VERSION  =  os .environ ["packageVersion" ] if  "packageVersion"  in  os .environ  else  "4.15.0" 
9- REQUIRES  =  ["msrest==0.6.*" ]
9+ REQUIRES  =  ["msrest==0.6.*" ,
10+             "urllib3<2.0.0" ]
1011
1112root  =  os .path .abspath (os .path .dirname (__file__ ))
1213
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments