Commit 641b9e3
[CHORE] address logger deprecation warnings (chroma-core#4668)
## Description of changes
This small PR resolves the annoying deprecation warnings of the `logger`
library which you can also find in the [CI
logs](https://github.com/chroma-core/chroma/actions/runs/15312492452):
```python
D:\a\chroma\chroma\chromadb\db\impl\sqlite.py:111: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
```
## Test plan
- [x] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust
## Documentation Changes
Signed-off-by: Emmanuel Ferdman <[email protected]>1 parent f761c7f commit 641b9e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments