@@ -240,6 +240,10 @@ envlist =
240240 {py3.9,py3.11,py3.12}-httpx-v0.28.1
241241 {py3.9,py3.11,py3.12}-httpx-latest
242242
243+ {py3.14,py3.14t}-httpx2-v0.0.0
244+ {py3.10,py3.13,py3.14,py3.14t}-httpx2-v2.2.0
245+ {py3.10,py3.13,py3.14,py3.14t}-httpx2-latest
246+
243247 {py3.11,py3.13,py3.14}-pyreqwest-v0.11.8
244248 {py3.11,py3.13,py3.14}-pyreqwest-v0.12.0
245249 {py3.11,py3.13,py3.14}-pyreqwest-latest
@@ -702,6 +706,11 @@ deps =
702706 httpx-v0.28.1: pytest-httpx ==0.35.0
703707 httpx-latest: pytest-httpx ==0.35.0
704708
709+ httpx2-v0.0.0: httpx2 ==0.0.0
710+ httpx2-v2.2.0: httpx2 ==2.2.0
711+ httpx2-latest: httpx2 ==2.2.0
712+ httpx2: anyio>=3,<5
713+
705714 pyreqwest-v0.11.8: pyreqwest ==0.11.8
706715 pyreqwest-v0.12.0: pyreqwest ==0.12.0
707716 pyreqwest-latest: pyreqwest ==0.12.0
@@ -1035,6 +1044,7 @@ setenv =
10351044 graphene: _TESTPATH =tests/integrations/graphene
10361045 grpc: _TESTPATH =tests/integrations/grpc
10371046 httpx: _TESTPATH =tests/integrations/httpx
1047+ httpx2: _TESTPATH =tests/integrations/httpx2
10381048 huey: _TESTPATH =tests/integrations/huey
10391049 huggingface_hub: _TESTPATH =tests/integrations/huggingface_hub
10401050 langchain-base: _TESTPATH =tests/integrations/langchain
0 commit comments