mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	>= grpc-tools 1.47.2 (Done) (#10218)
This commit is contained in:
		
							parent
							
								
									8939d81470
								
							
						
					
					
						commit
						7a59bc7676
					
				@ -34,7 +34,7 @@ VERSIONS = {
 | 
				
			|||||||
    "geoalchemy2": "GeoAlchemy2~=0.12",
 | 
					    "geoalchemy2": "GeoAlchemy2~=0.12",
 | 
				
			||||||
    "google-cloud-storage": "google-cloud-storage==1.43.0",
 | 
					    "google-cloud-storage": "google-cloud-storage==1.43.0",
 | 
				
			||||||
    "great-expectations": "great-expectations~=0.15.0",
 | 
					    "great-expectations": "great-expectations~=0.15.0",
 | 
				
			||||||
    "grpc-tools": "grpcio-tools==1.47.2",
 | 
					    "grpc-tools": "grpcio-tools>=1.47.2",
 | 
				
			||||||
    "msal": "msal~=1.2",
 | 
					    "msal": "msal~=1.2",
 | 
				
			||||||
    "neo4j": "neo4j~=5.3.0",
 | 
					    "neo4j": "neo4j~=5.3.0",
 | 
				
			||||||
    "pandas": "pandas==1.3.5",
 | 
					    "pandas": "pandas==1.3.5",
 | 
				
			||||||
@ -57,7 +57,7 @@ COMMONS = {
 | 
				
			|||||||
        "confluent_kafka==1.8.2",
 | 
					        "confluent_kafka==1.8.2",
 | 
				
			||||||
        "fastavro>=1.2.0",
 | 
					        "fastavro>=1.2.0",
 | 
				
			||||||
        # Due to https://github.com/grpc/grpc/issues/30843#issuecomment-1303816925
 | 
					        # Due to https://github.com/grpc/grpc/issues/30843#issuecomment-1303816925
 | 
				
			||||||
        # we use v1.47.2 https://github.com/grpc/grpc/blob/v1.47.2/tools/distrib/python/grpcio_tools/grpc_version.py#L17
 | 
					        # use >= v1.47.2 https://github.com/grpc/grpc/blob/v1.47.2/tools/distrib/python/grpcio_tools/grpc_version.py#L17
 | 
				
			||||||
        VERSIONS[
 | 
					        VERSIONS[
 | 
				
			||||||
            "grpc-tools"
 | 
					            "grpc-tools"
 | 
				
			||||||
        ],  # grpcio-tools already depends on grpcio. No need to add separately
 | 
					        ],  # grpcio-tools already depends on grpcio. No need to add separately
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user