bolkedebruin commented on code in PR #53690:
URL: https://github.com/apache/airflow/pull/53690#discussion_r2227701973


##########
airflow-core/src/airflow/serialization/serializers/numpy.py:
##########
@@ -31,11 +31,12 @@
     "numpy.uint16",
     "numpy.uint32",
     "numpy.uint64",
-    "numpy.bool_",
     "numpy.float64",
     "numpy.float16",
     "numpy.complex128",
     "numpy.complex64",
+    "numpy.bool",

Review Comment:
   As mentioned below. I suggest adding an exception to the test case and 
properly document why.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to