We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53aa433 commit 38775d6Copy full SHA for 38775d6
docs/index.md
@@ -16,6 +16,10 @@
16
commands
17
```
18
19
+```{eval-rst}
20
+.. warning:: Incydr functionality in the code42cli is **deprecated**. Use the resources at https://developer.code42.com/ instead.
21
+```
22
+
23
[](https://pypi.org/project/code42cli/)
24
[](https://pypi.org/project/code42cli/)
25
setup.py
@@ -40,7 +40,7 @@
40
"ipython>=7.16.3;python_version<'3.8'",
41
"ipython>=8.10.0;python_version>='3.8'",
42
"pandas>=1.1.3",
43
- "py42>=1.27.2",
+ "py42>=1.28.0",
44
"setuptools>=66.0.0",
45
],
46
extras_require={
0 commit comments