Commit 4516e46
fix: move sniffio from test to runtime dependencies (#298)
sniffio is imported in production code
(deepset_cloud_sdk/workflows/async_client/files.py) to catch
AsyncLibraryNotFoundError, but was only listed as a test dependency.
This broke at runtime when anyio 4.0+ dropped sniffio as a transitive
dependency.
Resolves BUIG-13
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 6116702 commit 4516e46
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments