Ver código fonte
			
			Add back beartype (#3967)
			
				
### What problem does this PR solve?
Add back beartype
### Type of change
- [x] Refactoring
			
			tags/v0.15.0
		 
		
			
				
					
						 Zhichang Yu
					
					10 meses atrás
						Zhichang Yu
					
					10 meses atrás
				 
				
			 
		 
		
			
				
				  
				  Nenhuma conta vinculada ao e-mail do autor do commit
				
			
		
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  |  | @@ -0,0 +1,2 @@ | 
		
	
		
			
			|  |  |  | from beartype.claw import beartype_this_package | 
		
	
		
			
			|  |  |  | beartype_this_package() | 
		
	
										
									
								
							 
						
					
				 
			 
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  |  | @@ -0,0 +1,2 @@ | 
		
	
		
			
			|  |  |  | from beartype.claw import beartype_this_package | 
		
	
		
			
			|  |  |  | beartype_this_package() | 
		
	
										
									
								
							 
						
					
				 
			 
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  |  | @@ -0,0 +1,2 @@ | 
		
	
		
			
			|  |  |  | from beartype.claw import beartype_this_package | 
		
	
		
			
			|  |  |  | beartype_this_package() | 
		
	
										
									
								
							 
						
					
				 
			 
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  |  | @@ -1,3 +1,6 @@ | 
		
	
		
			
			|  |  |  | from beartype.claw import beartype_this_package | 
		
	
		
			
			|  |  |  | beartype_this_package() | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | from .ragflow_chat import RAGFlowChat | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | __all__ = [ | 
		
	
										
									
								
							 
						
					
				 
			 
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  |  | @@ -0,0 +1,2 @@ | 
		
	
		
			
			|  |  |  | from beartype.claw import beartype_this_package | 
		
	
		
			
			|  |  |  | beartype_this_package() | 
		
	
										
									
								
							 
						
					
				 
			 
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  |  | @@ -1,3 +1,6 @@ | 
		
	
		
			
			|  |  |  | from beartype.claw import beartype_this_package | 
		
	
		
			
			|  |  |  | beartype_this_package() | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | import importlib.metadata | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | from .ragflow import RAGFlow |