File tree Expand file tree Collapse file tree 3 files changed +1105
-811
lines changed
Expand file tree Collapse file tree 3 files changed +1105
-811
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,9 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
101101
102102addopts = " --ignore-glob 'tests/my_*.py'"
103103
104- [tool .uv ]
105- dev-dependencies = [
104+
105+ [dependency-groups ]
106+ dev = [
106107 " pytest" ,
107108 " pytest-asyncio>=0.24.0" ,
108109 " pytest-httpx" ,
Original file line number Diff line number Diff line change 33.
44annotated-types == 0.7.0
55 # via pydantic
6- anyio == 4.9 .0
6+ anyio == 4.11 .0
77 # via httpx
8- certifi == 2025.7.14
8+ certifi == 2025.10.5
99 # via
1010 # httpcore
1111 # httpx
12- dnspython == 2.7 .0
12+ dnspython == 2.8 .0
1313 # via email-validator
14- email-validator == 2.2 .0
14+ email-validator == 2.3 .0
1515 # via aiopenapi3
1616exceptiongroup == 1.3.0 ; python_full_version < '3.11'
1717 # via anyio
@@ -21,37 +21,37 @@ httpcore==1.0.9
2121 # via httpx
2222httpx == 0.28.1
2323 # via aiopenapi3
24- idna == 3.10
24+ idna == 3.11
2525 # via
2626 # anyio
2727 # email-validator
2828 # httpx
2929 # yarl
3030jmespath == 1.0.1
3131 # via aiopenapi3
32- more-itertools == 10.7 .0
32+ more-itertools == 10.8 .0
3333 # via aiopenapi3
34- multidict == 6.6.3
34+ multidict == 6.7.0
3535 # via yarl
36- propcache == 0.3.2
36+ propcache == 0.4.1
3737 # via yarl
38- pydantic == 2.11.7
38+ pydantic == 2.12.4
3939 # via aiopenapi3
40- pydantic-core == 2.33.2
40+ pydantic-core == 2.41.5
4141 # via pydantic
42- pyyaml == 6.0.2
42+ pyyaml == 6.0.3
4343 # via aiopenapi3
4444sniffio == 1.3.1
4545 # via anyio
46- typing-extensions == 4.14.1
46+ typing-extensions == 4.15.0
4747 # via
4848 # anyio
4949 # exceptiongroup
5050 # multidict
5151 # pydantic
5252 # pydantic-core
5353 # typing-inspection
54- typing-inspection == 0.4.1
54+ typing-inspection == 0.4.2
5555 # via pydantic
56- yarl == 1.20.1
56+ yarl == 1.22.0
5757 # via aiopenapi3
You can’t perform that action at this time.
0 commit comments