We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253ac87 commit f5f4c01Copy full SHA for f5f4c01
pyproject.toml
@@ -26,7 +26,8 @@ classifiers = [ # List of https://pypi.org/classifiers/
26
dependencies = [
27
# go/keep-sorted start
28
"PyYAML>=6.0.2, <7.0.0", # For APIHubToolset.
29
- "aiosqlite>=0.21.0", # For SQLite database
+ # TODO: Update aiosqlite version once https://github.com/omnilib/aiosqlite/issues/369 is fixed.
30
+ "aiosqlite==0.21.0", # For SQLite database
31
"anyio>=4.9.0, <5.0.0", # For MCP Session Manager
32
"authlib>=1.5.1, <2.0.0", # For RestAPI Tool
33
"click>=8.1.8, <9.0.0", # For CLI tools
0 commit comments