mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
Both requirements.txt and requirements-dev.txt had conflicting minimum-version specs for pytest-asyncio (>=0.23 vs >=0.24). pip resolved to latest available which may have breaking changes (pytest-asyncio 0.25+ changed asyncio_mode behavior). Pin to exact known-good versions: - pytest==8.3.4 (last stable 8.3.x) - pytest-asyncio==0.24.0 (matches asyncio_default_fixture_loop_scope) - aiosqlite==0.20.0 (pinned for SQLite CI compatibility) https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| knowledge_base | ||
| scripts | ||
| tests | ||
| .env.phase2.example | ||
| alembic.ini | ||
| campaign_results.json | ||
| Dockerfile | ||
| pytest.ini | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| seed_database.py | ||
| update_requirements.py | ||