Merge branch 'main' into security-policy-update

This commit is contained in:
Craig Estep
2026-09-22 21:23:28 -06:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ jobs:
- name: Save uv caches
if: steps.cache-restore.outputs.cache-hit != 'true'
if: steps.cache-restore.outputs.cache-hit != 'true' && matrix.group == 1
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: |

View File

@@ -13,7 +13,9 @@ dependencies = [
# Core Dependencies
"pydantic>=2.11.9,<2.13",
"openai>=2.30.0,<3",
"instructor>=1.3.3",
# instructor>=1.16 drops OpenAI Mode.TOOLS; remove this cap after
# InternalInstructor negotiates a supported mode via mode_registry.
"instructor>=1.3.3,<1.16",
# Text Processing
"pdfplumber~=0.11.4",
"regex~=2026.1.15",