yusyus
fb80c7b54f
fix: Resolve deprecation warnings in Pydantic and asyncio
Fixed deprecation warnings to ensure forward compatibility:
1. Pydantic v2 Migration (embedding/models.py):
- Migrated from class Config to model_config = ConfigDict()
- Replaced deprecated class-based config pattern
- Fixes PydanticDeprecatedSince20 warnings (3 occurrences)
- Forward compatible with Pydantic v3.0
2. Asyncio Deprecation Fix (test_async_scraping.py):
- Changed asyncio.iscoroutinefunction() to inspect.iscoroutinefunction()
- Fixes Python 3.16 deprecation warning (2 occurrences)
- Uses recommended inspect module API
3. Lock File Update (uv.lock):
- Updated dependency lock file
Impact:
- Reduces test warnings from 141 to ~75
- Improves forward compatibility
- No functional changes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 13:34:48 +03:00
..
2025-10-29 23:19:32 +03:00
2026-02-08 12:46:38 +03:00
2025-10-19 02:08:58 +03:00
2026-01-17 23:02:11 +03:00
2026-02-07 22:55:02 +03:00
2025-10-19 17:01:37 +03:00
2026-02-08 12:46:38 +03:00
2026-02-03 21:37:54 +03:00
2026-01-31 21:30:00 +03:00
2026-01-17 17:48:15 +00:00
2026-01-18 00:01:30 +03:00
2026-02-08 13:34:48 +03:00
2026-02-08 12:46:38 +03:00
2026-01-17 23:02:11 +03:00
2026-01-29 22:56:33 +03:00
2026-01-17 23:25:12 +03:00
2026-02-08 12:46:38 +03:00
2026-02-08 01:39:16 +03:00
2026-02-03 21:00:34 +03:00
2026-02-08 13:33:15 +03:00
2026-01-17 17:29:21 +00:00
2026-02-05 21:27:41 +03:00
2026-01-17 23:02:11 +03:00
2026-01-31 21:30:00 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:48:15 +00:00
2026-01-17 22:54:40 +03:00
2026-01-17 23:02:11 +03:00
2026-02-08 12:46:38 +03:00
2026-02-08 12:46:38 +03:00
2026-02-04 10:14:20 +01:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:02:11 +03:00
2026-02-05 22:02:06 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:02:11 +03:00
2026-01-18 00:01:30 +03:00
2026-01-18 00:01:30 +03:00
2026-01-31 21:30:00 +03:00
2026-02-08 12:46:38 +03:00
2026-01-18 00:01:30 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 12:46:38 +03:00
2026-02-08 03:15:25 +03:00
2026-01-18 12:11:01 +03:00
2026-02-08 12:46:38 +03:00
2026-01-17 17:29:21 +00:00
2026-01-17 23:02:11 +03:00
2026-01-18 00:01:30 +03:00
2026-01-17 17:29:21 +00:00
2026-01-17 23:33:34 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:02:11 +03:00
2026-02-07 20:59:03 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:48:15 +00:00
2026-02-08 12:46:38 +03:00
2026-01-17 17:48:15 +00:00
2026-02-03 21:00:34 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 13:33:15 +03:00
2026-01-17 22:54:40 +03:00
2026-02-04 21:00:49 +03:00
2026-01-27 21:11:04 +03:00
2026-01-17 17:29:21 +00:00
2026-02-08 12:46:38 +03:00
2026-01-17 17:48:15 +00:00
2026-02-07 13:54:44 +03:00
2026-02-08 12:46:38 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 13:33:15 +03:00
2026-01-18 13:48:37 +03:00
2026-01-18 00:01:30 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:02:11 +03:00
2026-02-08 12:46:38 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:02:11 +03:00
2026-02-02 23:08:25 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 22:54:40 +03:00
2026-02-08 03:15:25 +03:00
2026-02-08 12:46:38 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 12:46:38 +03:00
2026-01-17 17:29:21 +00:00