Skip to content

Commit 4b23115

Browse files
committed
feat: update requirements.txt
1 parent e4b8f60 commit 4b23115

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

requirements.txt

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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

0 commit comments

Comments
 (0)