Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 740bfcd

Browse files
committed
Bump setup.py sqlalchemy to 1.4.16
1 parent 9a9bc6b commit 740bfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def readme():
101101
"google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
102102
"google-cloud-bigquery>=3.3.6,<4.0.0dev",
103103
"packaging",
104-
"sqlalchemy>=1.4.15,<2.1",
104+
"sqlalchemy>=1.4.16,<2.1",
105105
],
106106
extras_require=extras,
107107
python_requires=">=3.8, <3.13",

0 commit comments

Comments
 (0)