We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b2d94 commit ec81bbcCopy full SHA for ec81bbc
pyproject.toml
@@ -10,7 +10,7 @@ urls = { "Documentation" = "https://ion-python.readthedocs.io/en/latest/?badge=l
10
dependencies = [
11
"attrs==21.2.0",
12
"setuptools==78.1.1", # Needed for jsonconversion, it seems
13
- "jsonconversion==0.2.13", # 1.0.1 tightens the requirements for pytest, and 1.0.0 is broken.
+ "jsonconversion==1.2.1",
14
"pyparsing==3.2.5",
15
]
16
dynamic = ["version", "description"]
0 commit comments