Skip to content

Commit cfd7a5f

Browse files
authored
Avoid buggy testcontainers (#1394)
1 parent 3da2d3b commit cfd7a5f

File tree

2 files changed

+100
-100
lines changed

2 files changed

+100
-100
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dev = [
153153
"sqlmodel>=0.0.15",
154154
"mypy>=1.10.0",
155155
"celery>=5.4.0",
156-
"testcontainers>3.7.1",
156+
"testcontainers!=4.13.0",
157157
"mysql-connector-python~=8.0",
158158
"pyarrow>=17.0.0; python_version < '3.13'",
159159
"pyarrow>=18.1.0; python_version >= '3.13'",

0 commit comments

Comments
 (0)