File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: 0.0.0
7- - Package version: 2 .0.1
7+ - Package version: 3 .0.0
88- Generator version: 7.23.0-SNAPSHOT
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
Original file line number Diff line number Diff line change 1414""" # noqa: E501
1515
1616
17- __version__ = "2 .0.1 "
17+ __version__ = "3 .0.0 "
1818
1919# Define package exports
2020__all__ = [
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def __init__(
9191 self .default_headers [header_name ] = header_value
9292 self .cookie = cookie
9393 # Set default User-Agent.
94- self .user_agent = 'OpenAPI-Generator/2 .0.1 /python'
94+ self .user_agent = 'OpenAPI-Generator/3 .0.0 /python'
9595 self .client_side_validation = configuration .client_side_validation
9696
9797 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ def to_debug_report(self) -> str:
554554 "OS: {env}\n " \
555555 "Python Version: {pyversion}\n " \
556556 "Version of the API: 0.0.0\n " \
557- "SDK Package Version: 2 .0.1 " .\
557+ "SDK Package Version: 3 .0.0 " .\
558558 format (env = sys .platform , pyversion = sys .version )
559559
560560 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change 11{
22 "packageName" : " client" ,
33 "projectName" : " fastcomments" ,
4- "packageVersion" : " 2 .0.1 " ,
4+ "packageVersion" : " 3 .0.0 " ,
55 "packageUrl" : " https://github.com/fastcomments/fastcomments-python" ,
66 "authorName" : " FastComments" ,
77 "authorEmail" : " support@fastcomments.com" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " fastcomments"
7- version = " 2 .0.1 "
7+ version = " 3 .0.0 "
88description = " FastComments Python SDK - A SDK for interacting with the FastComments API"
99readme = " README.md"
1010license = " MIT"
Original file line number Diff line number Diff line change 22
33# FastComments openapi-generator build (fork). The stock generator ignores
44# useSingleRequestParameter for python; this build wires it. Just a jar; downloaded on demand.
5- JAR_URL=" https://github.com/winrid/openapi-generator/releases/download/fastcomments-build-20260619 /openapi-generator-cli.jar"
5+ JAR_URL=" https://github.com/winrid/openapi-generator/releases/download/fastcomments-build-20260630 /openapi-generator-cli.jar"
66JAR_FILE=" ./openapi-generator-cli.jar"
77[ -f " $JAR_FILE " ] || wget -q " $JAR_URL " -O " $JAR_FILE "
88
You can’t perform that action at this time.
0 commit comments