File tree Expand file tree Collapse file tree 3 files changed +232
-408
lines changed Expand file tree Collapse file tree 3 files changed +232
-408
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies = [
1414 ' typing_extensions; python_version<"3.10"' ,
1515 " jmespath" ,
1616]
17- requires-python = " >=3.9 "
17+ requires-python = " >=3.10 "
1818readme = " README.md"
1919license = {text = " BSD-3-Clause" }
2020classifiers = [
@@ -35,7 +35,6 @@ classifiers = [
3535 " Typing :: Typed" ,
3636 " Programming Language :: Python :: 3" ,
3737 " Programming Language :: Python :: 3 :: Only" ,
38- " Programming Language :: Python :: 3.9" ,
3938 " Programming Language :: Python :: 3.10" ,
4039 " Programming Language :: Python :: 3.11" ,
4140 " Programming Language :: Python :: 3.12" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ annotated-types==0.7.0
55 # via pydantic
66anyio == 4.9.0
77 # via httpx
8- certifi == 2025.6.15
8+ certifi == 2025.7.14
99 # via
1010 # httpcore
1111 # httpx
@@ -31,7 +31,7 @@ jmespath==1.0.1
3131 # via aiopenapi3
3232more-itertools == 10.7.0
3333 # via aiopenapi3
34- multidict == 6.5.0
34+ multidict == 6.6.3
3535 # via yarl
3636propcache == 0.3.2
3737 # via yarl
@@ -43,9 +43,8 @@ pyyaml==6.0.2
4343 # via aiopenapi3
4444sniffio == 1.3.1
4545 # via anyio
46- typing-extensions == 4.14.0
46+ typing-extensions == 4.14.1
4747 # via
48- # aiopenapi3
4948 # anyio
5049 # exceptiongroup
5150 # multidict
You can’t perform that action at this time.
0 commit comments