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 packages/effaced-fastapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"effaced",
"fastapi>=0.137.1",
"fastapi>=0.141.1",
"pydantic>=2.7",
"sqlalchemy>=2.0",
"starlette>=1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/effaced-s3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"effaced",
"boto3>=1.35",
"boto3>=1.43.62",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/effaced-stripe/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"effaced",
# client.v1 service namespace exists only since stripe-python 12.5.0
"stripe>=12.5",
"stripe>=15.4.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/effaced-supabase/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
[project.optional-dependencies]
storage = [
"effaced-s3",
"boto3>=1.35",
"boto3>=1.43.62",
]

[project.urls]
Expand Down
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ members = ["packages/*"]

[dependency-groups]
dev = [
"pytest>=9.1.0",
"pytest>=9.1.1",
"pytest-cov>=5.0",
"hypothesis>=6.155.3",
"mypy>=1.10",
"ruff>=0.15.17",
"pre-commit>=4.0",
"hypothesis>=6.165.0",
"mypy>=2.3.0",
"ruff>=0.16.1",
"pre-commit>=4.6.1",
"psycopg[binary]>=3.3.4",
"mutmut>=3.6",
"mutmut>=3.7.0",
# autogenerate-coexistence proofs for the owned tables (ADR 0021)
"alembic>=1.13",
"alembic>=1.18.5",
# typed boto3 client + type_defs for effaced-s3 (boto3 ships no types)
"types-boto3[s3]>=1.43.32",
# the runnable FastAPI example + its tests (examples/fastapi-quickstart)
"fastapi>=0.137.1",
"fastapi>=0.141.1",
"httpx>=0.28",
"uvicorn>=0.30",
"uvicorn>=0.52.1",
# Django adapter (effaced-django) + its type stubs for mypy --strict
"django>=4.2",
"django-stubs>=5.0",
"django-stubs>=6.0.7",
]
docs = [
"griffe>=1.5",
"griffe>=2.1.0",
]

[tool.uv]
Expand Down
Loading
Loading