mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-11-03 17:54:10 +00:00 
			
		
		
		
	groq: fix warning filter for integration test (#20806)
This commit is contained in:
		@@ -89,7 +89,7 @@ markers = [
 | 
			
		||||
filterwarnings = [
 | 
			
		||||
  "error",
 | 
			
		||||
  'ignore::ResourceWarning:',
 | 
			
		||||
  'ignore:The function `with_structured_output` is in beta',
 | 
			
		||||
  'ignore:The method `ChatGroq.with_structured_output` is in beta',
 | 
			
		||||
  # Maintain support for pydantic 1.X
 | 
			
		||||
  'default:The `dict` method is deprecated; use `model_dump` instead:DeprecationWarning',
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user