|  | @@ -2333,13 +2333,13 @@ develop = ["aiohttp", "furo", "httpx", "opentelemetry-api", "opentelemetry-sdk",
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [[package]]
 | 
	
		
			
				|  |  |  name = "elasticsearch"
 | 
	
		
			
				|  |  | -version = "8.14.0"
 | 
	
		
			
				|  |  | +version = "8.15.1"
 | 
	
		
			
				|  |  |  description = "Python client for Elasticsearch"
 | 
	
		
			
				|  |  |  optional = false
 | 
	
		
			
				|  |  | -python-versions = ">=3.7"
 | 
	
		
			
				|  |  | +python-versions = ">=3.8"
 | 
	
		
			
				|  |  |  files = [
 | 
	
		
			
				|  |  | -    {file = "elasticsearch-8.14.0-py3-none-any.whl", hash = "sha256:cef8ef70a81af027f3da74a4f7d9296b390c636903088439087b8262a468c130"},
 | 
	
		
			
				|  |  | -    {file = "elasticsearch-8.14.0.tar.gz", hash = "sha256:aa2490029dd96f4015b333c1827aa21fd6c0a4d223b00dfb0fe933b8d09a511b"},
 | 
	
		
			
				|  |  | +    {file = "elasticsearch-8.15.1-py3-none-any.whl", hash = "sha256:02a0476e98768a30d7926335fc0d305c04fdb928eea1354c6e6040d8c2814569"},
 | 
	
		
			
				|  |  | +    {file = "elasticsearch-8.15.1.tar.gz", hash = "sha256:40c0d312f8adf8bdc81795bc16a0b546ddf544cb1f90e829a244e4780c4dbfd8"},
 | 
	
		
			
				|  |  |  ]
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [package.dependencies]
 | 
	
	
		
			
				|  | @@ -2347,7 +2347,10 @@ elastic-transport = ">=8.13,<9"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [package.extras]
 | 
	
		
			
				|  |  |  async = ["aiohttp (>=3,<4)"]
 | 
	
		
			
				|  |  | +dev = ["aiohttp", "black", "build", "coverage", "isort", "jinja2", "mapbox-vector-tile", "nox", "numpy", "orjson", "pandas", "pyarrow", "pytest", "pytest-asyncio", "pytest-cov", "python-dateutil", "pyyaml (>=5.4)", "requests (>=2,<3)", "simsimd", "twine", "unasync"]
 | 
	
		
			
				|  |  | +docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme (>=2.0)"]
 | 
	
		
			
				|  |  |  orjson = ["orjson (>=3)"]
 | 
	
		
			
				|  |  | +pyarrow = ["pyarrow (>=1)"]
 | 
	
		
			
				|  |  |  requests = ["requests (>=2.4.0,!=2.32.2,<3.0.0)"]
 | 
	
		
			
				|  |  |  vectorstore-mmr = ["numpy (>=1)", "simsimd (>=3)"]
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -10498,4 +10501,4 @@ cffi = ["cffi (>=1.11)"]
 | 
	
		
			
				|  |  |  [metadata]
 | 
	
		
			
				|  |  |  lock-version = "2.0"
 | 
	
		
			
				|  |  |  python-versions = ">=3.10,<3.13"
 | 
	
		
			
				|  |  | -content-hash = "17c4108d92c415d987f8b437ea3e0484c5601a05bfe175339a8546c93c159bc5"
 | 
	
		
			
				|  |  | +content-hash = "69b42bb1ff033f14e199fee8335356275099421d72bbd7037b7a991ea65cae08"
 |