Compare commits

..

No commits in common. "b78a52c06e17ecd53c19fd7478486a73810a155f" and "c090b5025dbb519d13e4460b8bb4e6dfdba69f8b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ dependencies = [
"h11==0.16.0", "h11==0.16.0",
"httpcore==1.0.9", "httpcore==1.0.9",
"httpx==0.28.1", "httpx==0.28.1",
"idna==3.13", "idna==3.11",
"pycparser==2.23", "pycparser==2.23",
"typing_extensions==4.15.0", "typing_extensions==4.15.0",
] ]

View file

@ -6,6 +6,6 @@ exceptiongroup==1.3.1
h11==0.16.0 h11==0.16.0
httpcore==1.0.9 httpcore==1.0.9
httpx==0.28.1 httpx==0.28.1
idna==3.13 idna==3.11
pycparser==2.23 pycparser==2.23
typing_extensions==4.15.0 typing_extensions==4.15.0