Unit Tests: Proxy DB Operations / proxy-db (auth-checks, tests/proxy_unit_tests/test_auth_checks.py tests/proxy_unit_tests/test_user_api_key_auth.py, 20, 8) (push) Has been cancelled
Unit Tests: Proxy DB Operations / proxy-db (remaining, tests/proxy_unit_tests --ignore=tests/proxy_unit_tests/test_key_generate_prisma.py --ignore=tests/proxy_unit_tests/test_auth_checks.py --ignore=tests/proxy_unit_tests/test_user_api_key_auth.py, 20, 8) (push) Has been cancelled
- Add typing-extensions>=4.14.1 to pyproject.toml, requirements.txt, and .circleci/requirements.txt
- Required by pydantic-core which needs Sentinel from typing_extensions
- Also update fastapi-sso to 0.19.0 in .circleci/requirements.txt to match previous fix
- Fixes ImportError: cannot import name 'Sentinel' from 'typing_extensions'
- Replace sk-02Wr4IAlN3NvPXvL5JVvDA with sk-example-... in key_management_endpoints.py
- Replace sk-Fn8Ej39NkBQmUagFEoUWPQ with sk-example-... in spend_management_endpoints.py
- Add SHA256 hashes to ignore mock data in cache_dashboard.tsx comments
- Remove complex regex patterns that GitGuardian doesn't support
- Keep simple string patterns and SHA256 hashes
- Test files are already excluded via ignored_paths
- Add patterns to ignore all test files (Python and TypeScript)
- Add patterns for common test fixtures and mock data
- Ignore Jupyter notebooks and example config files
- Simplify and clean up comments for better maintainability
- Add run_secret_detection() call to main() function
- Install ggshield upfront for consistency with other tools
- Secret detection scans will now run as part of the security scan workflow
- Fix GHSA-5j59-xgg2-r9c4 and GHSA-mwv6-3258-q52c: Update next from 14.2.33 to 14.2.35
- Fix CVE-2025-15284: Update qs from 6.13.0 to 6.14.1
- Add override for qs to enforce fixed version
- Fix CVE-2025-68113: Update altcha-lib from 1.3.0 to 1.4.1
- Fix CVE-2025-15284: Update qs from 6.13.0 to 6.14.1
- Add overrides and resolutions to enforce fixed versions
* Add Amazon Nova as a first party provider
* Added new provider folder under llms/ to outline the openai supported params
* Updated supported endpoints on the documnetation
* docs: add Microsoft GraphRAG to projects using LiteLLM
* docs: add arXiv paper link for GraphRAG
* docs: add GraphRAG to sidebar
* Update projects in sidebars.js
Reordered items in the projects list to include 'GraphRAG'.