Skip to content

Commit f5f4c01

Browse files
xuanyang15copybara-github
authored andcommitted
fix: Pin aiosqlite version to 0.21.0
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 846056994
1 parent 253ac87 commit f5f4c01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ classifiers = [ # List of https://pypi.org/classifiers/
2626
dependencies = [
2727
# go/keep-sorted start
2828
"PyYAML>=6.0.2, <7.0.0", # For APIHubToolset.
29-
"aiosqlite>=0.21.0", # For SQLite database
29+
# TODO: Update aiosqlite version once https://github.com/omnilib/aiosqlite/issues/369 is fixed.
30+
"aiosqlite==0.21.0", # For SQLite database
3031
"anyio>=4.9.0, <5.0.0", # For MCP Session Manager
3132
"authlib>=1.5.1, <2.0.0", # For RestAPI Tool
3233
"click>=8.1.8, <9.0.0", # For CLI tools

0 commit comments

Comments
 (0)