Skip to content
Open
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
2 changes: 1 addition & 1 deletion apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"uvicorn[standard]>=0.51.0",
"pydantic-settings>=2.2",
"sqlalchemy>=2.0",
"cryptography>=43",
"cryptography>=50.0.0",
"httpx>=0.27",
# Enqueue background MCP index syncs onto the worker's Celery queue (F20).
"celery>=5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = { text = "Apache-2.0" }
authors = [{ name = "The Forge Authors" }]
dependencies = [
"forge-contracts",
"cryptography>=43",
"cryptography>=50.0.0",
]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion packages/marketplace-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [{ name = "The Forge Authors" }]
dependencies = [
"forge-contracts",
"forge-skill",
"cryptography>=43",
"cryptography>=50.0.0",
"pydantic>=2.7",
"pyyaml>=6.0",
]
Expand Down
2 changes: 1 addition & 1 deletion packages/observability/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"sqlalchemy>=2.0",
# Attested Changesets (F41 slice `dsse-signer`): detached Ed25519 over the
# DSSE PAE encoding, same crypto dependency forge-auth/forge-marketplace use.
"cryptography>=43",
"cryptography>=50.0.0",
# HARD-10: real OTLP export path (retires F38's in-memory-only asterisk).
# Framework auto-instrumentors are optional (wired best-effort at runtime).
"opentelemetry-sdk>=1.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow-engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
# Update API + time-skipping WorkflowEnvironment are version-sensitive.
"temporalio==1.30.0",
# F25 — RedactingEncryptionCodec AES-GCM encryption of Temporal payloads.
"cryptography>=43",
"cryptography>=50.0.0",
]

[build-system]
Expand Down
Loading
Loading