File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed
Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change 1- annotated-types == 0.7.0
2- anyio == 4.9.0
3- Authlib == 1.5.2
4- certifi == 2025.4.26
5- cffi == 1.17.1
6- cryptography == 44.0.3
7- h11 == 0.16.0
8- httpcore == 1.0.9
9- httpx == 0.28.1
10- idna == 3.10
11- pycparser == 2.22
12- pydantic == 2.11.4
13- pydantic_core == 2.33.2
14- sniffio == 1.3.1
15- typing-inspection == 0.4.0
16- typing_extensions == 4.13.2
1+ # Core dependencies
2+ httpx >= 0.28.1 # HTTP client for async/sync requests
3+ pydantic >= 2.11.4 # Data validation and settings management
4+ typing-extensions >= 4.13.2 # Backported typing features
5+ python-dateutil >= 2.9.0 # Date/time utilities
6+
7+ # Authentication
8+ Authlib >= 1.5.2 # OAuth2 client library
9+
10+ # Development dependencies
11+ ruff >= 0.11.10 # Fast Python linter
12+ pytest >= 8.0.0 # Testing framework
13+ pytest-asyncio >= 0.23.5 # Async test support
14+ pytest-cov >= 4.1.0 # Test coverage
You can’t perform that action at this time.
0 commit comments