File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ test = [
7575    " seaborn" 
7676    " plotnine" 
7777    " plotly" 
78+     " anywidget" 
7879    " duckdb" 
7980    " holoviews" 
8081    " bokeh" 
@@ -116,6 +117,11 @@ dev = [
116117    " anthropic" 
117118    " google-generativeai;python_version>='3.9'" 
118119    " langchain_core" 
120+     #  langsmith (needed for langchain_core) versions >= 0.3
121+     #  (up to at least 0.3.2 as of 2025-01-29) 
122+     #  cause an `argparse.ArgumentError` when running `pytest`.
123+     #  https://github.com/posit-dev/py-shiny/issues/1829
124+     " langsmith<0.3" 
119125    " openai" 
120126    " ollama" 
121127    " tokenizers" 
Original file line number Diff line number Diff line change @@ -251,7 +251,6 @@ async def process_request(
251251                status_code = http .HTTPStatus .MOVED_PERMANENTLY ,
252252                reason_phrase = "Moved Permanently" ,
253253                headers = websockets .Headers (Location = app_url ),
254-                 body = b"" ,
255254            )
256255        else :
257256            return  None 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments