We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11df0c9 + e224743 commit adb125dCopy full SHA for adb125d
2 files changed
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ changed:
4
+ - Pin Authlib below 1.7.0 because the current auth module reproduces ValueError "Invalid key" on 1.7.0 but not on 1.6.11
setup.py
@@ -11,7 +11,7 @@
11
python_requires=">=3.12",
12
install_requires=[
13
"anthropic",
14
- "Authlib>=1.3.1",
+ "Authlib>=1.3.1,<1.7.0",
15
"cloud-sql-python-connector",
16
"flask>=2.2",
17
"flask-cors>=3",
0 commit comments