Commit b2439cb
authored
fix: pin httpx to <1.0 to prevent incompatible prerelease versions (#483)
httpx 1.0.dev3 has breaking API changes (TransportError removed/renamed)
that break httpx_sse compatibility. Users with --prerelease flag were
getting AttributeError on import.
Related to #450 which added httpx[socks] support.
Fixes: AttributeError: module 'httpx' has no attribute 'TransportError'1 parent a76c6e2 commit b2439cb
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments