Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion plugins/data-designer-github/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ version = "0.1.0"
description = "GitHub and local git repository seed reader for Data Designer"
requires-python = ">=3.10"
dependencies = [
"data-designer>=0.5.7",
# Security floors for transitive dependencies installed with DataDesigner.
"cryptography>=48.0.1,<50",
"data-designer>=0.8.0",
"idna>=3.18",
"mcp>=1.29.0,<2",
"pillow>=12.3.0",
"pyjwt>=2.13.0",
"python-multipart>=0.0.32",
"starlette>=1.4.1",
]
license = "Apache-2.0"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions plugins/data-designer-retrieval-sdg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ version = "0.1.0"
description = "Retriever SDG toolkit: registers the embedding-dedup column generator and document-chunker seed reader, plus a multi-step QA generation pipeline, CLI, and Automodel-compatible data conversion"
requires-python = ">=3.10"
dependencies = [
"data-designer>=0.6.1",
"nltk>=3.9.2,<3.10",
"data-designer>=0.8.0",
"nltk>=3.10.2,<3.11",
"pydantic-settings>=2.14,<3",
"pyyaml>=6.0",
"pyarrow>=14.0",
"pyarrow>=24.0.0,<25",
]
license = "Apache-2.0"
readme = "README.md"
Expand Down
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ members = [
package = false
required-version = ">=0.7.10"
constraint-dependencies = [
"idna>=3.12",
"python-multipart>=0.0.29",
"cryptography>=48.0.1,<50",
"idna>=3.18",
"mcp>=1.29.0,<2",
"nltk>=3.10.2,<3.11",
"pillow>=12.3.0",
"pyarrow>=24.0.0,<25",
"pyjwt>=2.13.0",
"python-multipart>=0.0.32",
"starlette>=1.4.1",
"urllib3>=2.7.0",
]

Expand Down
Loading
Loading