truefoundry 0.3.0rc4__tar.gz → 0.3.0rc5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of truefoundry might be problematic. Click here for more details.
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/PKG-INFO +1 -1
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/pyproject.toml +1 -1
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/clients/servicefoundry_client.py +0 -2
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/dao/application.py +0 -3
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/README.md +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/agents/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/agents/base.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/agents/developer.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/agents/project_identifier.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/agents/tester.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/cli.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/constants.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/exception.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/logger.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/ask.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/base.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/commit.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/docker_build.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/docker_run.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/file_type_counts.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/list_files.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/read_file.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/send_request.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/write_file.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/utils/client.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/utils/diff.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/utils/pydantic_compat.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/cli/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/cli/__main__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/auto_gen/models.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/dockerfile.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/tfy_notebook_buildpack/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/tfy_notebook_buildpack/dockerfile_template.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/tfy_python_buildpack/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/tfy_python_buildpack/dockerfile_template.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/docker_service.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/cli.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/apply_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/build_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/build_logs_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/create_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/delete_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/deploy_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/get_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/list_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/login_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/logout_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/logs_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/patch_application_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/patch_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/redeploy_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/terminate_comand.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/trigger_command.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/config.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/console.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/const.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/display_util.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/util.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/core/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/core/login.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/core/logout.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/__main__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/app.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/build.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/context.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/method.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/remote.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/route.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/service.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/utils.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/io/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/io/output_callback.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/io/rich_output_callback.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/json_util.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/auth_service_client.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/credential_file_manager.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/credential_provider.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/servicefoundry_session.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/clients/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/clients/shell_client.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/clients/utils.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/const.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/dao/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/dao/apply.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/dao/version.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/dao/workspace.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/exceptions.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/logs_utils.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/messages.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/model/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/model/entity.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/session.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/util.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/win32.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/lib/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/lib/deploy.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/lib/deployable_patched_models.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/lib/models.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/lib/patched_models.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/lib/source.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/flyte/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/langchain/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/langchain/deprecated.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/langchain/truefoundry_chat.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/langchain/truefoundry_embeddings.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/langchain/truefoundry_llm.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/langchain/utils.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/logger.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/ml/__init__.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/pydantic_v1.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/python_deploy_codegen.py +0 -0
- {truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/version.py +0 -0
|
@@ -600,14 +600,12 @@ class ServiceFoundryServiceClient:
|
|
|
600
600
|
def trigger_job(
|
|
601
601
|
self,
|
|
602
602
|
deployment_id: str,
|
|
603
|
-
component_name: str,
|
|
604
603
|
command: Optional[str] = None,
|
|
605
604
|
params: Optional[Dict[str, str]] = None,
|
|
606
605
|
) -> TriggerJobResult:
|
|
607
606
|
url = f"{self._api_server_url}/{VERSION_PREFIX}/jobs/trigger"
|
|
608
607
|
body = {
|
|
609
608
|
"deploymentId": deployment_id,
|
|
610
|
-
"componentName": component_name,
|
|
611
609
|
"input": {},
|
|
612
610
|
}
|
|
613
611
|
if command:
|
|
@@ -115,7 +115,6 @@ def get_job_run(
|
|
|
115
115
|
|
|
116
116
|
def trigger_job(
|
|
117
117
|
application_fqn: str,
|
|
118
|
-
component_name: str = None,
|
|
119
118
|
command: Optional[Union[str, Sequence[str]]] = None,
|
|
120
119
|
params: Optional[Dict[str, str]] = None,
|
|
121
120
|
) -> TriggerJobResult:
|
|
@@ -124,7 +123,6 @@ def trigger_job(
|
|
|
124
123
|
|
|
125
124
|
Args:
|
|
126
125
|
application_fqn: Fully Qualified Name of the Deployed Job (without the version number)
|
|
127
|
-
component_name: Name of the component to trigger the job on. Required in case of type `application`, defaults to `None`.
|
|
128
126
|
command: command to run the job with, defaults to `None`. Can be a `str` or `List[str]`
|
|
129
127
|
When `None`, the job is triggered with configured command at the time of deployment.
|
|
130
128
|
When passed as a list, the command will be joined using `shlex.join`
|
|
@@ -178,7 +176,6 @@ def trigger_job(
|
|
|
178
176
|
message = f"Job triggered with params {params!r}"
|
|
179
177
|
result = client.trigger_job(
|
|
180
178
|
deployment_id=application_info.activeDeploymentId,
|
|
181
|
-
component_name=component_name,
|
|
182
179
|
command=command_str if command_str else None,
|
|
183
180
|
params=params if params else None,
|
|
184
181
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/agents/project_identifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/tools/file_type_counts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/autodeploy/utils/pydantic_compat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/__init__.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/builder/builders/dockerfile.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/apply_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/build_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/build_logs_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/create_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/delete_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/deploy_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/get_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/list_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/login_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/logout_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/logs_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/patch_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/redeploy_command.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/terminate_comand.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/cli/commands/trigger_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/__init__.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/__init__.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/context.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/method.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/remote/remote.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/function_service/service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/auth_service_client.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/credential_file_manager.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/credential_provider.py
RENAMED
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/auth/servicefoundry_session.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/lib/clients/shell_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/deploy/v2/lib/deployable_patched_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.3.0rc4 → truefoundry-0.3.0rc5}/truefoundry/langchain/truefoundry_embeddings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|