Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 4f06e49

Browse files
committed
Bump sqlalchemy version
Previously, `worker` would pin this to v1.3, but that would then fail tests within `shared` in a common workspace, as some tests in `shared` depend on v1.4 features.
1 parent a61ed97 commit 4f06e49

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies = [
3939
"requests>=2.32.0",
4040
"sentry-sdk>=2.13.0",
4141
"shared",
42-
"sqlalchemy==1.3.*",
43-
"sqlparse==0.5.0",
42+
"sqlalchemy<2",
43+
"sqlparse>=0.5.0",
4444
"statsd>=3.3.0",
4545
"stripe>=11.4.1",
4646
"test-results-parser",

uv.lock

Lines changed: 31 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)