Commit c805b0d
committed
fix(sdk/python): add httpcore>=1.0.8 for Python 3.14 compatibility
httpcore <1.0.8 crashes on Python 3.14 because it tries to setattr
__module__ on a typing.Union object, which is no longer supported
after the Union/UnionType merge. Adding a direct lower-bound constraint
ensures the fix propagates to module runtime containers, where the
SDK's uv.lock is not used.
Refs: encode/httpcore#1005
Signed-off-by: Yves Brissaud <yves@dagger.io>1 parent 1e3ec7f commit c805b0d
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments