mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	Fixes:: protobuf version (#23878)
* fix: upgraded opentelemetry-exporter-otlp & google-cloud-secret-manager for protobuf * deps: upgrade pandas, numpy, opentelemetry-exporter-otlp, & asammdf * fix: revert numpy and asammdf versions * deps: downgrade pandas to 2.0.3
This commit is contained in:
		
							parent
							
								
									1afe32f0c1
								
							
						
					
					
						commit
						e49d3ee31a
					
				| @ -138,7 +138,7 @@ base_requirements = { | |||||||
|     "cached-property==1.5.2",  # LineageParser |     "cached-property==1.5.2",  # LineageParser | ||||||
|     "chardet==4.0.0",  # Used in the profiler |     "chardet==4.0.0",  # Used in the profiler | ||||||
|     "cryptography>=42.0.0", |     "cryptography>=42.0.0", | ||||||
|     "google-cloud-secret-manager==2.22.1", |     "google-cloud-secret-manager==2.24.0", | ||||||
|     "google-crc32c", |     "google-crc32c", | ||||||
|     "email-validator>=2.0",  # For the pydantic generated models for Email |     "email-validator>=2.0",  # For the pydantic generated models for Email | ||||||
|     "importlib-metadata>=4.13.0",  # From airflow constraints |     "importlib-metadata>=4.13.0",  # From airflow constraints | ||||||
| @ -172,8 +172,7 @@ base_requirements = { | |||||||
| 
 | 
 | ||||||
| plugins: Dict[str, Set[str]] = { | plugins: Dict[str, Set[str]] = { | ||||||
|     "airflow": { |     "airflow": { | ||||||
|         "opentelemetry-exporter-otlp==1.27.0", |         "opentelemetry-exporter-otlp==1.37.0", | ||||||
|         "protobuf<5", |  | ||||||
|         "attrs", |         "attrs", | ||||||
|         VERSIONS["airflow"], |         VERSIONS["airflow"], | ||||||
|     },  # Same as ingestion container. For development. |     },  # Same as ingestion container. For development. | ||||||
| @ -399,7 +398,7 @@ test_unit = { | |||||||
| 
 | 
 | ||||||
| test = { | test = { | ||||||
|     # Install Airflow as it's not part of `all` plugin |     # Install Airflow as it's not part of `all` plugin | ||||||
|     "opentelemetry-exporter-otlp==1.27.0", |     "opentelemetry-exporter-otlp==1.37.0", | ||||||
|     VERSIONS["airflow"], |     VERSIONS["airflow"], | ||||||
|     "boto3-stubs", |     "boto3-stubs", | ||||||
|     "mypy-boto3-glue", |     "mypy-boto3-glue", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Keshav Mohta
						Keshav Mohta