diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41ac4e725..dd177a94a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
-## 0.15.0-dev8
+## 0.15.0-dev9
### Enhancements
-* **Bump unstructured.paddleocr to 2.8.0.**
+* **Bump unstructured.paddleocr to 2.8.0.1.**
* **Refine HTML parser to accommodate block element nested in phrasing.** HTML parser no longer raises on a block element (e.g. `
`, `
`) nested inside a phrasing element (e.g. `` or ``). Instead it breaks the phrasing run (and therefore element) at the block-item start and begins a new phrasing run after the block-item. This is consistent with how the browser determines element boundaries in this situation.
* **Install rewritten HTML parser to fix 12 existing bugs and provide headroom for refinement and growth.** A rewritten HTML parser resolves a collection of outstanding bugs with HTML partitioning and provides a firm foundation for further elaborating that important partitioner.
* **CI check for dependency licenses** Adds a CI check to ensure dependencies are appropriately licensed.
diff --git a/requirements/extra-paddleocr.in b/requirements/extra-paddleocr.in
index 661848655..0abb44b74 100644
--- a/requirements/extra-paddleocr.in
+++ b/requirements/extra-paddleocr.in
@@ -1,4 +1,4 @@
-c ./deps/constraints.txt
-c base.txt
-unstructured.paddleocr==2.8.0
+unstructured.paddleocr==2.8.0.1
diff --git a/requirements/extra-paddleocr.txt b/requirements/extra-paddleocr.txt
index b82c5f30b..b17a9bcb9 100644
--- a/requirements/extra-paddleocr.txt
+++ b/requirements/extra-paddleocr.txt
@@ -49,8 +49,6 @@ lanms-neo==1.0.2
# via unstructured-paddleocr
lazy-loader==0.4
# via scikit-image
-lmdb==1.5.1
- # via unstructured-paddleocr
lxml==5.2.2
# via
# -c ./base.txt
@@ -154,7 +152,7 @@ tqdm==4.66.4
# via
# -c ./base.txt
# unstructured-paddleocr
-unstructured-paddleocr==2.8.0
+unstructured-paddleocr==2.8.0.1
# via -r ./extra-paddleocr.in
urllib3==1.26.19
# via
diff --git a/unstructured/__version__.py b/unstructured/__version__.py
index 532e7d586..bf83a40c3 100644
--- a/unstructured/__version__.py
+++ b/unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.15.0-dev8" # pragma: no cover
+__version__ = "0.15.0-dev9" # pragma: no cover