This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 27c3255 deploy: 1cd7fed84cd87a9fc8520f23b0eaf037b1ef517f
27c3255 is described below
commit 27c3255f733502495b4d21e336c1ce6582a96f68
Author: skrawcz <[email protected]>
AuthorDate: Mon Jun 16 06:21:16 2025 +0000
deploy: 1cd7fed84cd87a9fc8520f23b0eaf037b1ef517f
---
.doctrees/concepts/state-typing.doctree | Bin 17140 -> 17150 bytes
.doctrees/environment.pickle | Bin 428625 -> 428625 bytes
_sources/concepts/state-typing.rst.txt | 2 +-
concepts/state-typing/index.html | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.doctrees/concepts/state-typing.doctree
b/.doctrees/concepts/state-typing.doctree
index 8464dae..ac96734 100644
Binary files a/.doctrees/concepts/state-typing.doctree and
b/.doctrees/concepts/state-typing.doctree differ
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index 9ecee4e..74bbee1 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle
differ
diff --git a/_sources/concepts/state-typing.rst.txt
b/_sources/concepts/state-typing.rst.txt
index 825e2f5..337f82b 100644
--- a/_sources/concepts/state-typing.rst.txt
+++ b/_sources/concepts/state-typing.rst.txt
@@ -49,7 +49,7 @@ Then, we can use this model to type our application:
.. code-block:: python
- from burr import ApplicationBuilder
+ from burr.core import ApplicationBuilder
from burr.integrations.pydantic import PydanticTypingSystem
app = (
diff --git a/concepts/state-typing/index.html b/concepts/state-typing/index.html
index 0104de4..5064aec 100644
--- a/concepts/state-typing/index.html
+++ b/concepts/state-typing/index.html
@@ -404,7 +404,7 @@ This takes in a <code class="xref py py-class docutils
literal notranslate"><spa
</pre></div>
</div>
<p>Then, we can use this model to type our application:</p>
-<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="kn">from</span><span
class="w"> </span><span class="nn">burr</span><span class="w"> </span><span
class="kn">import</span> <span class="n">ApplicationBuilder</span>
+<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="kn">from</span><span
class="w"> </span><span class="nn">burr.core</span><span class="w">
</span><span class="kn">import</span> <span class="n">ApplicationBuilder</span>
<span class="kn">from</span><span class="w"> </span><span
class="nn">burr.integrations.pydantic</span><span class="w"> </span><span
class="kn">import</span> <span class="n">PydanticTypingSystem</span>
<span class="n">app</span> <span class="o">=</span> <span class="p">(</span>