Davy Durham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a1c70f2f1 
							
						 
					 
					
						
						
							
							fix: python client generator didn't respect range response specification ( #16451 )  
						
						... 
						
						
						
						* bug: python client generator didn't respect range response specification (e.g. "1XX", "2XX", etx.).  Return values tended to become None as a result
* update samples
---------
Co-authored-by: William Cheng <wing328hk@gmail.com> 
						
						
					 
					
						2023-08-31 10:15:30 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80121aa88f 
							
						 
					 
					
						
						
							
							Prepare v7.0.1 ( #16409 )  
						
						... 
						
						
						
						* prepare 7.0.1 in master
* update doc 
						
						
					 
					
						2023-08-25 16:11:29 +08:00 
						 
				 
			
				
					
						
							
							
								ふぁ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3b930c48c 
							
						 
					 
					
						
						
							
							[python-nextgen] Fix noqa: E501 position ( #16280 )  
						
						... 
						
						
						
						* Fix `noqa: E501` position
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
---------
Signed-off-by: ふぁ <yuki@yuki0311.com> 
						
						
					 
					
						2023-08-08 20:42:12 +08:00 
						 
				 
			
				
					
						
							
							
								ふぁ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48ff57b4f6 
							
						 
					 
					
						
						
							
							[python-nextgen]  fix   #16010  circular refs lead to no imports ( #16199 )  
						
						... 
						
						
						
						* [python-nextgen] fix  #16010  circular refs lead to no imports
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] remove unnecessary Postponed annotations
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] remove unnecessary Postponed annotations
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
---------
Signed-off-by: ふぁ <yuki@yuki0311.com> 
						
						
					 
					
						2023-07-30 00:42:46 +08:00 
						 
				 
			
				
					
						
							
							
								ふぁ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9fc039dcf 
							
						 
					 
					
						
						
							
							[python-nextgen]  fix   #16151  Disallow additional properties if not present - missing Any and Dict import ( #16208 )  
						
						... 
						
						
						
						* [python-nextgen] fix  #16151  Disallow additional properties if not present - missing Any and Dict import
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] remove unwanted imports
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] remove unwanted imports
Signed-off-by: ふぁ <yuki@yuki0311.com>
* [python-nextgen] update samples
Signed-off-by: ふぁ <yuki@yuki0311.com>
---------
Signed-off-by: ふぁ <yuki@yuki0311.com> 
						
						
					 
					
						2023-07-29 10:51:28 +08:00 
						 
				 
			
				
					
						
							
							
								Luca 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							584f8448ee 
							
						 
					 
					
						
						
							
							[Java][Native] Fix multipart builder files array ( #16055 ) ( #16094 )  
						
						... 
						
						
						
						* [Java] Fixed bug in native client generation when API accepts array of files (#16055 )
* Adding test for java native client
* Updated samples 
						
						
					 
					
						2023-07-24 15:57:21 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7b3681af47 
							
						 
					 
					
						
						
							
							fix isMap ( #16043 )  
						
						
						
						
					 
					
						2023-07-11 17:14:44 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d2e10a7229 
							
						 
					 
					
						
						
							
							install urllib3 < 2.1.0 ( #15810 )  
						
						
						
						
					 
					
						2023-06-12 15:58:51 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6788f43af0 
							
						 
					 
					
						
						
							
							Better handling of Inline schema ( #15682 )  
						
						... 
						
						
						
						* skip allOf inline subschema created as $ref
* add option for fallback
* add back atleastonemodel
* add log
* update java, kotlin, js samples
* update tests
* fix native client test
* fix java client errors by regenerating test files
* clean up python
* clean up powershell
* clean up php
* clean up ruby
* update erlang, elixir
* update dart samples
* update ts samples
* update r, go samples
* update perl
* update swift
* add back files
* add back files
* remove outdated test files
* fix test 
						
						
					 
					
						2023-06-11 15:35:58 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21748e024a 
							
						 
					 
					
						
						
							
							add py.typed ( #15804 )  
						
						
						
						
					 
					
						2023-06-10 21:48:54 +08:00 
						 
				 
			
				
					
						
							
							
								gyoganathan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc474eab5f 
							
						 
					 
					
						
						
							
							Added BadRequestException as a subclass in python ( #15722 )  
						
						... 
						
						
						
						Co-authored-by: Gomathi Yoganathan <gyoganathan@C02G45FPMD6R.corp.proofpoint.com> 
						
						
					 
					
						2023-06-10 15:27:18 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10c270fda6 
							
						 
					 
					
						
						
							
							fix date isinstance check ( #15675 )  
						
						
						
						
					 
					
						2023-05-31 00:03:14 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01ed5975e1 
							
						 
					 
					
						
						
							
							rename python-nextgen to python ( #15504 )  
						
						
						
						
					 
					
						2023-05-16 13:54:07 +08:00