We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be83711 commit 4bfc3f8Copy full SHA for 4bfc3f8
1 file changed
setup.py
@@ -64,7 +64,7 @@
64
"flask-cors",
65
"pyproj>=2.1.0",
66
"python-dateutil",
67
- "python-json-logger~=2.0.0",
+ "python-json-logger~=2.0", # Avoid breaking change in 3.1.0 https://github.com/nhairs/python-json-logger/issues/29
68
"deprecated>=1.2.12",
69
"importlib_resources; python_version<'3.10'",
70
"attrs>=23.1.0",
0 commit comments