Skip to content

Commit

Permalink
Bump wandb from 0.15.9 to 0.15.10 (#249)
Browse files Browse the repository at this point in the history
Bumps [wandb](https://github.com/wandb/wandb) from 0.15.9 to 0.15.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wandb/wandb/releases">wandb's
releases</a>.</em></p>
<blockquote>
<h2>v0.15.10</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>:magic_wand: Enhancements</h3>
<ul>
<li>feat(integrations): add async support to <code>Autologger</code> API
and enable it for Openai by <a
href="https://github.com/parambharat"><code>@​parambharat</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5960">wandb/wandb#5960</a></li>
<li>feat(sdk): add official support for python 3.11 and drop support for
python 3.6 by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/4386">wandb/wandb#4386</a></li>
<li>feat(sdk): implement network logging and file pusher timeout for
debugging by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5894">wandb/wandb#5894</a></li>
<li>feat(artifacts): set ttl(time to live) for artifact versions by <a
href="https://github.com/estellazx"><code>@​estellazx</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5859">wandb/wandb#5859</a></li>
<li>feat(nexus): add support for define metric by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6036">wandb/wandb#6036</a></li>
<li>feat(launch): Include agent version when creating launch agent by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5970">wandb/wandb#5970</a></li>
<li>feat(launch): Runless git jobs can use requirements.txt in parent
directories by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6008">wandb/wandb#6008</a></li>
<li>feat(artifacts): retrieve the parent collection from an Artifact by
<a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6019">wandb/wandb#6019</a></li>
<li>feat(nexus): improve file uploads by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6052">wandb/wandb#6052</a></li>
<li>feat(artifacts): Add run id option to artifact put method to log
artifacts to existing runs by <a
href="https://github.com/ibindlish"><code>@​ibindlish</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6074">wandb/wandb#6074</a></li>
<li>feat(public-api): add metadata property to Run object by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6100">wandb/wandb#6100</a></li>
<li>feat(launch): Support setting a custom Dockerfile in launch
overrides by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6104">wandb/wandb#6104</a></li>
<li>feat(nexus): add Nvidia GPU asset to system monitor by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6081">wandb/wandb#6081</a></li>
<li>feat(artifacts): enable deleting artifact collections from SDK by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6020">wandb/wandb#6020</a></li>
<li>feat(launch): Add dockerfile CLI param &amp; use Dockerfile.wandb by
default if present by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6122">wandb/wandb#6122</a></li>
<li>feat(artifacts): extend cache cleanup to allow specifying a target
fraction by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6152">wandb/wandb#6152</a></li>
<li>feat(artifacts): add an eval-able repr to ArtifactManifestEntry by
<a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6132">wandb/wandb#6132</a></li>
<li>feat(nexus): enable docker-based wheel building for nexus by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6118">wandb/wandb#6118</a></li>
<li>feat(nexus): add Nvidia GPU asset to system monitor by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6131">wandb/wandb#6131</a></li>
<li>feat(artifacts): clear the cache on add to prevent overflow by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6149">wandb/wandb#6149</a></li>
<li>feat(sdk): capture disk i/o utilization in system metrics by <a
href="https://github.com/umakrishnaswamy"><code>@​umakrishnaswamy</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6106">wandb/wandb#6106</a></li>
<li>feat(sdk): add disk io counters to monitor metrics by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6170">wandb/wandb#6170</a></li>
<li>feat(sdk): make paths for disk usage monitoring configurable by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6196">wandb/wandb#6196</a></li>
<li>feat(sweeps): Use <code>WANDB_SWEEP_ID</code> to include a run in an
existing sweep by <a
href="https://github.com/gtarpenning"><code>@​gtarpenning</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6198">wandb/wandb#6198</a></li>
<li>feat(artifacts): Handle LinkArtifact calls made to Nexus Core by <a
href="https://github.com/ibindlish"><code>@​ibindlish</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6160">wandb/wandb#6160</a></li>
<li>feat(nexus): fix retry logic for http clients and allow user
customization by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6182">wandb/wandb#6182</a></li>
<li>feat(nexus): support user defined headers in the gql client
transport by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6208">wandb/wandb#6208</a></li>
<li>feat(sdk): enable set types in wandb.Config by <a
href="https://github.com/fdsig"><code>@​fdsig</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6219">wandb/wandb#6219</a></li>
<li>feat(integrations): visualize images with bbox overlays for
<code>ultralytics</code> by <a
href="https://github.com/soumik12345"><code>@​soumik12345</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5867">wandb/wandb#5867</a></li>
<li>feat(sdk): add exponential decay sampling utility for line_plot by
<a href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6228">wandb/wandb#6228</a></li>
<li>feat(sdk): always print the traceback inside of the
<code>wandb.init</code> context manager by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/4603">wandb/wandb#4603</a></li>
<li>feat(sdk): add setting to disable automatic machine info capture by
<a href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6230">wandb/wandb#6230</a></li>
</ul>
<h3>:hammer: Fixes</h3>
<ul>
<li>fix(launch): Extend try in agent loop to cover all job handling by
<a href="https://github.com/KyleGoyette"><code>@​KyleGoyette</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/5923">wandb/wandb#5923</a></li>
<li>fix(sdk): guard against undefined filestream timeout by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5997">wandb/wandb#5997</a></li>
<li>fix(launch): error if code artifact underlying job has been deleted
by <a href="https://github.com/bcsherma"><code>@​bcsherma</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5959">wandb/wandb#5959</a></li>
<li>fix(artifacts): use a unique name for the artifact created by
<code>verify</code> by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/5929">wandb/wandb#5929</a></li>
<li>fix(launch): Use resume=allow when auto requeuing by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6002">wandb/wandb#6002</a></li>
<li>fix(launch): correct entrypoint path from disabled git repo subir by
<a href="https://github.com/gtarpenning"><code>@​gtarpenning</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/5903">wandb/wandb#5903</a></li>
<li>fix(sweeps): override individual job resource_args by <a
href="https://github.com/gtarpenning"><code>@​gtarpenning</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5985">wandb/wandb#5985</a></li>
<li>fix(sdk): fix import issue to support python 3.6 by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6018">wandb/wandb#6018</a></li>
<li>fix(launch): Fix override entrypoint when using sweeps on launch
without a scheduler job by <a
href="https://github.com/KyleGoyette"><code>@​KyleGoyette</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6033">wandb/wandb#6033</a></li>
<li>fix(nexus): fix resume reference when nil by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6055">wandb/wandb#6055</a></li>
<li>fix(sdk): further speed up import time by <a
href="https://github.com/hauntsaninja"><code>@​hauntsaninja</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6032">wandb/wandb#6032</a></li>
<li>fix(launch): Fix sample kubernetes agent manifest secret mount by <a
href="https://github.com/KyleGoyette"><code>@​KyleGoyette</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6057">wandb/wandb#6057</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/wandb/wandb/blob/main/CHANGELOG.md">wandb's
changelog</a>.</em></p>
<blockquote>
<h1>0.15.10 (Sep 6, 2023)</h1>
<h3>:magic_wand: Enhancements</h3>
<ul>
<li>feat(integrations): add async support to <code>Autologger</code> API
and enable it for Openai by <a
href="https://github.com/parambharat"><code>@​parambharat</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5960">wandb/wandb#5960</a></li>
<li>feat(sdk): add official support for python 3.11 and drop support for
python 3.6 by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/4386">wandb/wandb#4386</a></li>
<li>feat(sdk): implement network logging and file pusher timeout for
debugging by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5894">wandb/wandb#5894</a></li>
<li>feat(artifacts): set ttl(time to live) for artifact versions by <a
href="https://github.com/estellazx"><code>@​estellazx</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5859">wandb/wandb#5859</a></li>
<li>feat(nexus): add support for define metric by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6036">wandb/wandb#6036</a></li>
<li>feat(launch): Include agent version when creating launch agent by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5970">wandb/wandb#5970</a></li>
<li>feat(launch): Runless git jobs can use requirements.txt in parent
directories by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6008">wandb/wandb#6008</a></li>
<li>feat(artifacts): retrieve the parent collection from an Artifact by
<a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6019">wandb/wandb#6019</a></li>
<li>feat(nexus): improve file uploads by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6052">wandb/wandb#6052</a></li>
<li>feat(artifacts): Add run id option to artifact put method to log
artifacts to existing runs by <a
href="https://github.com/ibindlish"><code>@​ibindlish</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6074">wandb/wandb#6074</a></li>
<li>feat(public-api): add metadata property to Run object by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6100">wandb/wandb#6100</a></li>
<li>feat(launch): Support setting a custom Dockerfile in launch
overrides by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6104">wandb/wandb#6104</a></li>
<li>feat(nexus): add Nvidia GPU asset to system monitor by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6081">wandb/wandb#6081</a></li>
<li>feat(artifacts): enable deleting artifact collections from SDK by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6020">wandb/wandb#6020</a></li>
<li>feat(launch): Add dockerfile CLI param &amp; use Dockerfile.wandb by
default if present by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6122">wandb/wandb#6122</a></li>
<li>feat(artifacts): extend cache cleanup to allow specifying a target
fraction by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6152">wandb/wandb#6152</a></li>
<li>feat(artifacts): add an eval-able repr to ArtifactManifestEntry by
<a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6132">wandb/wandb#6132</a></li>
<li>feat(nexus): enable docker-based wheel building for nexus by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6118">wandb/wandb#6118</a></li>
<li>feat(nexus): add Nvidia GPU asset to system monitor by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6131">wandb/wandb#6131</a></li>
<li>feat(artifacts): clear the cache on add to prevent overflow by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6149">wandb/wandb#6149</a></li>
<li>feat(sdk): capture disk i/o utilization in system metrics by <a
href="https://github.com/umakrishnaswamy"><code>@​umakrishnaswamy</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6106">wandb/wandb#6106</a></li>
<li>feat(sdk): add disk io counters to monitor metrics by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6170">wandb/wandb#6170</a></li>
<li>feat(sdk): make paths for disk usage monitoring configurable by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6196">wandb/wandb#6196</a></li>
<li>feat(sweeps): Use <code>WANDB_SWEEP_ID</code> to include a run in an
existing sweep by <a
href="https://github.com/gtarpenning"><code>@​gtarpenning</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6198">wandb/wandb#6198</a></li>
<li>feat(artifacts): Handle LinkArtifact calls made to Nexus Core by <a
href="https://github.com/ibindlish"><code>@​ibindlish</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6160">wandb/wandb#6160</a></li>
<li>feat(nexus): fix retry logic for http clients and allow user
customization by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6182">wandb/wandb#6182</a></li>
<li>feat(nexus): support user defined headers in the gql client
transport by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6208">wandb/wandb#6208</a></li>
<li>feat(sdk): enable set types in wandb.Config by <a
href="https://github.com/fdsig"><code>@​fdsig</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6219">wandb/wandb#6219</a></li>
<li>feat(integrations): visualize images with bbox overlays for
<code>ultralytics</code> by <a
href="https://github.com/soumik12345"><code>@​soumik12345</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5867">wandb/wandb#5867</a></li>
<li>feat(sdk): add exponential decay sampling utility for line_plot by
<a href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6228">wandb/wandb#6228</a></li>
<li>feat(sdk): always print the traceback inside of the
<code>wandb.init</code> context manager by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/4603">wandb/wandb#4603</a></li>
<li>feat(sdk): add setting to disable automatic machine info capture by
<a href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6230">wandb/wandb#6230</a></li>
</ul>
<h3>:hammer: Fixes</h3>
<ul>
<li>fix(launch): Extend try in agent loop to cover all job handling by
<a href="https://github.com/KyleGoyette"><code>@​KyleGoyette</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/5923">wandb/wandb#5923</a></li>
<li>fix(sdk): guard against undefined filestream timeout by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/5997">wandb/wandb#5997</a></li>
<li>fix(launch): error if code artifact underlying job has been deleted
by <a href="https://github.com/bcsherma"><code>@​bcsherma</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5959">wandb/wandb#5959</a></li>
<li>fix(artifacts): use a unique name for the artifact created by
<code>verify</code> by <a
href="https://github.com/moredatarequired"><code>@​moredatarequired</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/5929">wandb/wandb#5929</a></li>
<li>fix(launch): Use resume=allow when auto requeuing by <a
href="https://github.com/TimH98"><code>@​TimH98</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6002">wandb/wandb#6002</a></li>
<li>fix(launch): correct entrypoint path from disabled git repo subir by
<a href="https://github.com/gtarpenning"><code>@​gtarpenning</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/5903">wandb/wandb#5903</a></li>
<li>fix(sweeps): override individual job resource_args by <a
href="https://github.com/gtarpenning"><code>@​gtarpenning</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/5985">wandb/wandb#5985</a></li>
<li>fix(sdk): fix import issue to support python 3.6 by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6018">wandb/wandb#6018</a></li>
<li>fix(launch): Fix override entrypoint when using sweeps on launch
without a scheduler job by <a
href="https://github.com/KyleGoyette"><code>@​KyleGoyette</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6033">wandb/wandb#6033</a></li>
<li>fix(nexus): fix resume reference when nil by <a
href="https://github.com/kptkin"><code>@​kptkin</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6055">wandb/wandb#6055</a></li>
<li>fix(sdk): further speed up import time by <a
href="https://github.com/hauntsaninja"><code>@​hauntsaninja</code></a>
in <a
href="https://redirect.github.com/wandb/wandb/pull/6032">wandb/wandb#6032</a></li>
<li>fix(launch): Fix sample kubernetes agent manifest secret mount by <a
href="https://github.com/KyleGoyette"><code>@​KyleGoyette</code></a> in
<a
href="https://redirect.github.com/wandb/wandb/pull/6057">wandb/wandb#6057</a></li>
<li>fix(nexus): rm unused import by <a
href="https://github.com/dmitryduev"><code>@​dmitryduev</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6085">wandb/wandb#6085</a></li>
<li>fix(launch): watch to get kuberntes run statuses by <a
href="https://github.com/bcsherma"><code>@​bcsherma</code></a> in <a
href="https://redirect.github.com/wandb/wandb/pull/6022">wandb/wandb#6022</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wandb/wandb/commit/93193a5e9d65661ba5eff58611a6b81036e02f93"><code>93193a5</code></a>
chore(sdk): set default init timeout to 90s (<a
href="https://redirect.github.com/wandb/wandb/issues/6240">#6240</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/5f6839e4f784cd1c9a021447018dd100bd62de4e"><code>5f6839e</code></a>
chore(sdk): set default http timeout in internal_api.py to 20s (<a
href="https://redirect.github.com/wandb/wandb/issues/6239">#6239</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/29239f566a764dd126bc17eaff6f4281eb61aba4"><code>29239f5</code></a>
from dev</li>
<li><a
href="https://github.com/wandb/wandb/commit/f1f20b03589a3521ed3801d3598d36fca4761539"><code>f1f20b0</code></a>
update changelog</li>
<li><a
href="https://github.com/wandb/wandb/commit/733b524ed594da70a4f23e06b7ec2fe702537d80"><code>733b524</code></a>
update changelog</li>
<li><a
href="https://github.com/wandb/wandb/commit/71200a78c079d2b7ac29a51e66f9f5b7912b5b87"><code>71200a7</code></a>
feat(sdk): add setting to to disable automatic machine info capture (<a
href="https://redirect.github.com/wandb/wandb/issues/6230">#6230</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/3e9a3e7c40b97c551ab2cecafa4dc560975dcf76"><code>3e9a3e7</code></a>
fix(sdk): add support for propagating messages from the internal process
(<a
href="https://redirect.github.com/wandb/wandb/issues/5803">#5803</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/7da1dfa470bb22ec9ac0ef0c5087e938a895a1dd"><code>7da1dfa</code></a>
feat(sdk): always print the traceback inside of the
<code>wandb.init</code> context mana...</li>
<li><a
href="https://github.com/wandb/wandb/commit/b7da7e4a142d4ae265b068be258c6d8fa0a354d9"><code>b7da7e4</code></a>
feat(sdk): add exponential decay sampling utility for line_plot (<a
href="https://redirect.github.com/wandb/wandb/issues/6228">#6228</a>)</li>
<li><a
href="https://github.com/wandb/wandb/commit/11e9e2673127b3634fe077e6028d960ef29edfd3"><code>11e9e26</code></a>
feat(integrations): visualize images with bbox overlays for
<code>ultralytics</code> (<a
href="https://redirect.github.com/wandb/wandb/issues/5">#5</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/wandb/wandb/compare/v0.15.9...v0.15.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wandb&package-manager=pip&previous-version=0.15.9&new-version=0.15.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] authored Sep 11, 2023
2 parents d1c1eeb + af97b3c commit f624116
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f624116

Please sign in to comment.