Compare commits
1 commit
c65f01b59c
...
67750a5e0c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67750a5e0c |
2 changed files with 6 additions and 6 deletions
|
|
@ -27,15 +27,15 @@ classifiers = [
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyio==4.13.0",
|
"anyio==4.12.0",
|
||||||
"certifi==2026.4.22",
|
"certifi==2026.4.22",
|
||||||
"cffi==2.0.0",
|
"cffi==2.0.0",
|
||||||
"cryptography==46.0.7",
|
"cryptography==46.0.6",
|
||||||
"exceptiongroup==1.3.1",
|
"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",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
anyio==4.13.0
|
anyio==4.12.0
|
||||||
certifi==2026.4.22
|
certifi==2026.4.22
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
cryptography==46.0.7
|
cryptography==46.0.6
|
||||||
exceptiongroup==1.3.1
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue