File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414""" # noqa: E501
1515
1616
17- __version__ = "" 3.0.0" "
17+ __version__ = "3.0.0"
1818
1919# import apis into sdk package
2020from airflow_client .client .api .asset_api import AssetApi
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def __init__(
9090 self .default_headers [header_name ] = header_value
9191 self .cookie = cookie
9292 # Set default User-Agent.
93- self .user_agent = 'OpenAPI-Generator/" 3.0.0" /python'
93+ self .user_agent = 'OpenAPI-Generator/3.0.0/python'
9494 self .client_side_validation = configuration .client_side_validation
9595
9696 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ def to_debug_report(self) -> str:
510510 "OS: {env}\n " \
511511 "Python Version: {pyversion}\n " \
512512 "Version of the API: 2\n " \
513- "SDK Package Version: " 3.0.0" " .\
513+ "SDK Package Version: 3.0.0" .\
514514 format (env = sys .platform , pyversion = sys .version )
515515
516516 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ artifacts = [
8484 " /airflow_client" ,
8585 " /docs" ,
8686 " /test" ,
87- " v1 .yaml" ,
87+ " v2 .yaml" ,
8888]
8989include = [
9090 " version.txt" ,
@@ -97,7 +97,7 @@ artifacts = [
9797 " /airflow_client" ,
9898 " /docs" ,
9999 " /test" ,
100- " v1 .yaml" ,
100+ " v2 .yaml" ,
101101]
102102include = [
103103 " /airflow_client" ,
You can’t perform that action at this time.
0 commit comments