Skip to content

Commit 4e103eb

Browse files
committed
drop python3.9
1 parent 3e0a290 commit 4e103eb

File tree

3 files changed

+232
-408
lines changed

3 files changed

+232
-408
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"
1818
readme = "README.md"
1919
license = {text = "BSD-3-Clause"}
2020
classifiers = [
@@ -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",

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotated-types==0.7.0
55
# via pydantic
66
anyio==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
3232
more-itertools==10.7.0
3333
# via aiopenapi3
34-
multidict==6.5.0
34+
multidict==6.6.3
3535
# via yarl
3636
propcache==0.3.2
3737
# via yarl
@@ -43,9 +43,8 @@ pyyaml==6.0.2
4343
# via aiopenapi3
4444
sniffio==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

0 commit comments

Comments
 (0)