Skip to content

Commit 7f67de4

Browse files
committed
v32 - sequential requirements
1 parent 938c46c commit 7f67de4

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ dependencies = [
1313
"more-itertools",
1414
'typing_extensions; python_version<"3.12"',
1515
"jmespath",
16+
"ijson",
17+
"jsonseq",
1618
]
1719
requires-python = ">=3.10"
1820
readme = "README.md"
@@ -104,8 +106,8 @@ filterwarnings = [
104106
"ignore:'flask.Markup' is deprecated and will be removed in Flask 2.4. Import 'markupsafe.Markup' instead.:DeprecationWarning",
105107
"ignore:unclosed resource <TCPTransport:ResourceWarning",
106108
"ignore:co_lnotab is deprecated, use co_lines instead:DeprecationWarning",
107-
"ignore:'asyncio.AbstractEventLoopPolicy' is deprecated and slated for removal in Python 3.16:DeprecationWarning",
108-
"ignore:'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16:DeprecationWarning"
109+
# "ignore:'asyncio.AbstractEventLoopPolicy' is deprecated and slated for removal in Python 3.16:DeprecationWarning",
110+
# "ignore:'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16:DeprecationWarning"
109111
# "ignore::pydantic.warnings.UnsupportedFieldAttributeWarning",
110112
]
111113
asyncio_mode = "strict"

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ idna==3.11
2727
# email-validator
2828
# httpx
2929
# yarl
30+
ijson==3.5.0
31+
# via aiopenapi3
3032
jmespath==1.1.0
3133
# via aiopenapi3
34+
jsonseq==1.0.0
35+
# via aiopenapi3
3236
more-itertools==10.8.0
3337
# via aiopenapi3
3438
multidict==6.7.1

uv.lock

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

0 commit comments

Comments
 (0)