Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-generated SDK release-0.0.0.post #93

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/visier_api_administration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "visier_api_administration"
version = "0.99201.1494"
version = "0.99201.1494.post1"
description = "Visier Administration APIs"
authors = ["Visier <[email protected]>"]
license = "Apache License, Version 2.0"
Expand All @@ -12,7 +12,7 @@ include = ["visier_api_administration/py.typed"]
[tool.poetry.dependencies]
python = "^3.8"

visier-api-core = "~= 0.99201.1494"
visier-api-core = "~= 0.99201.1494.post1"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_administration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
visier-api-core ~= 0.99201.1494
visier-api-core ~= 0.99201.1494.post1
4 changes: 2 additions & 2 deletions src/visier_api_administration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "visier-api-administration"
VERSION = "0.99201.1494"
VERSION = "0.99201.1494.post1"
PYTHON_REQUIRES = ">=3.8"
REQUIRES = [
"visier-api-core ~= 0.99201.1494",
"visier-api-core ~= 0.99201.1494.post1",
]

setup(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
""" # noqa: E501


__version__ = "0.99201.1494"
__version__ = "0.99201.1494.post1"

# import apis into sdk package
from visier_api_administration.api.consolidated_analytics_api import ConsolidatedAnalyticsApi
Expand Down
4 changes: 2 additions & 2 deletions src/visier_api_analytic_model/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "visier_api_analytic_model"
version = "0.99201.1494"
version = "0.99201.1494.post1"
description = "Visier Analytic Model APIs"
authors = ["Visier <[email protected]>"]
license = "Apache License, Version 2.0"
Expand All @@ -12,7 +12,7 @@ include = ["visier_api_analytic_model/py.typed"]
[tool.poetry.dependencies]
python = "^3.8"

visier-api-core = "~= 0.99201.1494"
visier-api-core = "~= 0.99201.1494.post1"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_analytic_model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
visier-api-core ~= 0.99201.1494
visier-api-core ~= 0.99201.1494.post1
4 changes: 2 additions & 2 deletions src/visier_api_analytic_model/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "visier-api-analytic-model"
VERSION = "0.99201.1494"
VERSION = "0.99201.1494.post1"
PYTHON_REQUIRES = ">=3.8"
REQUIRES = [
"visier-api-core ~= 0.99201.1494",
"visier-api-core ~= 0.99201.1494.post1",
]

setup(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
""" # noqa: E501


__version__ = "0.99201.1494"
__version__ = "0.99201.1494.post1"

# import apis into sdk package
from visier_api_analytic_model.api.data_model_api import DataModelApi
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "visier_api_core"
version = "0.99201.1494"
version = "0.99201.1494.post1"
description = "Visier Authentication APIs"
authors = ["Visier <[email protected]>"]
license = "Apache License, Version 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "visier-api-core"
VERSION = "0.99201.1494"
VERSION = "0.99201.1494.post1"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_core/visier_api_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
""" # noqa: E501


__version__ = "0.99201.1494"
__version__ = "0.99201.1494.post1"

# import ApiClient
from visier_api_core.api_response import ApiResponse
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_core/visier_api_core/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Visier-SDK/0.99201.1494/python'
self.user_agent = 'Visier-SDK/0.99201.1494.post1/python'
self.client_side_validation = configuration.client_side_validation
self.auth_retries = auth_retries

Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_core/visier_api_core/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 22222222.99201.1494\n"\
"SDK Package Version: 0.99201.1494".\
"SDK Package Version: 0.99201.1494.post1".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
4 changes: 2 additions & 2 deletions src/visier_api_data_in/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "visier_api_data_in"
version = "0.99201.1494"
version = "0.99201.1494.post1"
description = "Visier Data In APIs"
authors = ["Visier <[email protected]>"]
license = "Apache License, Version 2.0"
Expand All @@ -12,7 +12,7 @@ include = ["visier_api_data_in/py.typed"]
[tool.poetry.dependencies]
python = "^3.8"

visier-api-core = "~= 0.99201.1494"
visier-api-core = "~= 0.99201.1494.post1"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_data_in/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
visier-api-core ~= 0.99201.1494
visier-api-core ~= 0.99201.1494.post1
4 changes: 2 additions & 2 deletions src/visier_api_data_in/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "visier-api-data-in"
VERSION = "0.99201.1494"
VERSION = "0.99201.1494.post1"
PYTHON_REQUIRES = ">=3.8"
REQUIRES = [
"visier-api-core ~= 0.99201.1494",
"visier-api-core ~= 0.99201.1494.post1",
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_data_in/visier_api_data_in/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
""" # noqa: E501


__version__ = "0.99201.1494"
__version__ = "0.99201.1494.post1"

# import apis into sdk package
from visier_api_data_in.api.data_and_job_handling_api import DataAndJobHandlingApi
Expand Down
4 changes: 2 additions & 2 deletions src/visier_api_data_out/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "visier_api_data_out"
version = "0.99201.1494"
version = "0.99201.1494.post1"
description = "Visier Data Out APIs"
authors = ["Visier <[email protected]>"]
license = "Apache License, Version 2.0"
Expand All @@ -12,7 +12,7 @@ include = ["visier_api_data_out/py.typed"]
[tool.poetry.dependencies]
python = "^3.8"

visier-api-core = "~= 0.99201.1494"
visier-api-core = "~= 0.99201.1494.post1"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_data_out/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
visier-api-core ~= 0.99201.1494
visier-api-core ~= 0.99201.1494.post1
4 changes: 2 additions & 2 deletions src/visier_api_data_out/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "visier-api-data-out"
VERSION = "0.99201.1494"
VERSION = "0.99201.1494.post1"
PYTHON_REQUIRES = ">=3.8"
REQUIRES = [
"visier-api-core ~= 0.99201.1494",
"visier-api-core ~= 0.99201.1494.post1",
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion src/visier_api_data_out/visier_api_data_out/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
""" # noqa: E501


__version__ = "0.99201.1494"
__version__ = "0.99201.1494.post1"

# import apis into sdk package
from visier_api_data_out.api.data_query_api import DataQueryApi
Expand Down