Skip to content

Commit 0b66895

Browse files
chore(indexing): update glean-indexing-sdk to v1.0.0b1
- Pin to glean-indexing-sdk>=1.0.0b1 (from local editable path) - Remove [studio] extra (no longer exists in v1.0.0b1) - Remove studio dev dependencies (sse-starlette, starlette, uvicorn) - Remove [tool.uv.sources] local path override - Regenerate uv.lock with stable transitive deps Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c9103be commit 0b66895

2 files changed

Lines changed: 885 additions & 828 deletions

File tree

scripts/indexing/pyproject.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,11 @@ version = "0.1.0"
44
description = "Indexing scripts for Glean developer documentation"
55
requires-python = ">=3.10,<4.0"
66
dependencies = [
7-
"glean-indexing-sdk[studio]",
7+
"glean-indexing-sdk>=1.0.0b1",
88
"aiohttp",
99
"playwright",
1010
"beautifulsoup4",
1111
"lxml",
1212
"trafilatura>=2.0.0",
1313
"python-dotenv",
1414
]
15-
16-
17-
[dependency-groups]
18-
dev = [
19-
"sse-starlette>=3.2.0",
20-
"starlette>=0.52.1",
21-
"uvicorn>=0.40.0",
22-
]
23-
24-
[tool.uv.sources]
25-
glean-indexing-sdk = { path = "../../../glean-indexing-sdk", editable = true }

0 commit comments

Comments
 (0)