Skip to content

Commit 3114973

Browse files
chore: update authlib and ada-url dependencies in requirements.txt
1 parent 2b08051 commit 3114973

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# Source of truth for dependencies: pyproject.toml + poetry.lock
33
# Future: Consider auto-generating via poetry export in CI
44

5-
authlib>=1.6.5
5+
authlib>=1.6.9
66
httpx>=0.28.1
7-
ada-url>=1.27.0
7+
ada-url>=1.30.0; python_version >= "3.10"
8+
ada-url>=1.27.0; python_version < "3.10"
89
pytest>=8.0
910
pytest-cov>=4.0
1011
pytest-asyncio>=0.25.3

0 commit comments

Comments
 (0)