Skip to content

Commit a8c1898

Browse files
committed
Bump typing_extensions
1 parent cd4c006 commit a8c1898

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

pdm.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ authors = [
4141
]
4242
dependencies = [
4343
"attrs>=24.3.0",
44-
"typing-extensions>=4.12.2",
44+
"typing-extensions>=4.14.0",
4545
"exceptiongroup>=1.1.1; python_version < '3.11'",
4646
]
4747
requires-python = ">=3.9"
@@ -57,7 +57,6 @@ classifiers = [
5757
"Programming Language :: Python :: 3.11",
5858
"Programming Language :: Python :: 3.12",
5959
"Programming Language :: Python :: 3.13",
60-
"Programming Language :: Python :: 3.14",
6160
"Programming Language :: Python :: Implementation :: CPython",
6261
"Programming Language :: Python :: Implementation :: PyPy",
6362
"Typing :: Typed",
@@ -76,7 +75,7 @@ ujson = [
7675
"ujson>=5.10.0",
7776
]
7877
orjson = [
79-
"orjson>=3.10.18; implementation_name == \"cpython\"",
78+
"orjson>=3.10.7; implementation_name == \"cpython\" and python_version < \"3.14\"",
8079
]
8180
msgpack = [
8281
"msgpack>=1.0.5",

0 commit comments

Comments
 (0)