Skip to content

Commit adb125d

Browse files
authored
Merge pull request #1478 from PolicyEngine/fix/pin-authlib-below-1.7.0
Pin Authlib below 1.7.0
2 parents 11df0c9 + e224743 commit adb125d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
python_requires=">=3.12",
1212
install_requires=[
1313
"anthropic",
14-
"Authlib>=1.3.1",
14+
"Authlib>=1.3.1,<1.7.0",
1515
"cloud-sql-python-connector",
1616
"flask>=2.2",
1717
"flask-cors>=3",

0 commit comments

Comments
 (0)