Skip to content

Commit 7e18687

Browse files
committed
MNT: pin the version of adbc_driver_manager
1 parent 9e18fb2 commit 7e18687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tiled = "tiled.commandline.main:main"
5555

5656
# This is the union of all optional dependencies.
5757
all = [
58-
"adbc_driver_manager",
58+
"adbc_driver_manager <= 1.4.0",
5959
"adbc_driver_postgresql",
6060
"adbc_driver_sqlite",
6161
"aiofiles",
@@ -214,7 +214,7 @@ minimal-server = [
214214
]
215215
# This is the "kichen sink" fully-featured server dependency set.
216216
server = [
217-
"adbc_driver_manager",
217+
"adbc_driver_manager <= 1.4.0",
218218
"adbc_driver_postgresql",
219219
"adbc_driver_sqlite",
220220
"aiofiles",

0 commit comments

Comments
 (0)