| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-16 | 693 Bytes | |
| v0.19.3 source code.tar.gz | 2025-11-16 | 35.4 MB | |
| v0.19.3 source code.zip | 2025-11-16 | 35.8 MB | |
| Totals: 3 Items | 71.2 MB | 0 | |
Changed
- Upgraded pinned dependency versions:
litellm==1.80.0,openai==2.8.0,genai-prices==0.0.39. Versions remain pinned to maintain stability and avoid occasional breaking changes and API inconsistencies observed in previous unpinned releases.
Note
- The litellm 1.80.0 upgrade introduces Pydantic serialization warnings during async cleanup phases. These warnings are non-actionable and do not affect functionality. This is a known upstream issue tracked at litellm PR [#16299]. ContextGem suppresses these warnings within its execution contexts; warnings may appear only during cleanup phases after operations complete.